From bcbfda7273fe5763a6b6d29bcf47001fe9d1684b Mon Sep 17 00:00:00 2001 From: Kumar Damani Date: Mon, 25 May 2020 13:35:02 -0400 Subject: reconcoled with arch --- Scripts/.config/Scripts/autostart.sh | 2 +- Scripts/.config/Scripts/wp | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'Scripts') 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 - - -- cgit v1.2.3