diff options
Diffstat (limited to 'Scripts')
| -rwxr-xr-x | Scripts/.config/Scripts/autostart.sh | 2 | ||||
| -rwxr-xr-x | Scripts/.config/Scripts/wp | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/Scripts/.config/Scripts/autostart.sh b/Scripts/.config/Scripts/autostart.sh index 7f8ef83..9111102 100755 --- a/Scripts/.config/Scripts/autostart.sh +++ b/Scripts/.config/Scripts/autostart.sh @@ -21,7 +21,7 @@ run compton setbg ~/.config/wall.png FEDORA=$(hostnamectl | grep -qw Fedora && echo $?) -if [ $FEDORA -eq 0 ]; +if [ "$FEDORA" == 0 ]; then xinput --set-prop "Synaptics TM3276-031" "Device Enabled" 0 run vivaldi-stable diff --git a/Scripts/.config/Scripts/wp b/Scripts/.config/Scripts/wp index e36b9e0..05dcfb4 100755 --- a/Scripts/.config/Scripts/wp +++ b/Scripts/.config/Scripts/wp @@ -1,4 +1,3 @@ #!/bin/sh find $HOME/Pictures/wallpapers -type f | shuf | sxiv - - |
