diff options
author | Sterophonick | 2024-04-05 15:34:05 -0600 |
---|---|---|
committer | Sterophonick | 2024-04-05 15:34:05 -0600 |
commit | 8d9abf9809c5fb40ae33bd4e297ca41f0e1f4b7d (patch) | |
tree | ceedf669fb5a0f818cd4313ca1344e5763cb8409 /sappy2006 | |
parent | 24353f51f567565722e2a5874afbb441d07f5df6 (diff) | |
download | aur-8d9abf9809c5fb40ae33bd4e297ca41f0e1f4b7d.tar.gz |
remove kwin rules it dont work
Diffstat (limited to 'sappy2006')
-rwxr-xr-x | sappy2006 | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/sappy2006 b/sappy2006 index ac17ab428bae..d9e173b2b6af 100755 --- a/sappy2006 +++ b/sappy2006 @@ -16,20 +16,6 @@ configure() { wine regsvr32 /s $SAPPYDIR/vbalCbEx6.ocx wine regsvr32 /s $SAPPYDIR/vbalExpBar6.ocx touch $SAVEFILE # ensures that we don't repeat configuration process - - if ! grep -q "[SAPPY_2006]" "$HOME/.config/kwinrulesrc"; then - - cat >> ~/.config/kwinrulesrc << EOF - -[SAPPY_2006] -Description=Fix to Sappy 2006 for taskbar appearance. -clientmachine=localhost -skiptaskbarrule=2 -wmclass=sappy.exe -wmclassmatch=1 -EOF - fi - } if [ ! -f "$SAVEFILE" ]; then # first boot |