aboutsummaryrefslogtreecommitdiff
path: root/Scripts/.config
diff options
context:
space:
mode:
authorKumar Damani <damani.kumar@gmail.com>2020-05-25 17:35:02 +0000
committerKumar Damani <damani.kumar@gmail.com>2020-05-25 17:35:02 +0000
commitbcbfda7273fe5763a6b6d29bcf47001fe9d1684b (patch)
tree5ba293c56b0f614a6fa108c731f45eb830683fa8 /Scripts/.config
parent8f372cbf46aac13184618bb2a83612c5b69e462b (diff)
reconcoled with arch
Diffstat (limited to 'Scripts/.config')
-rwxr-xr-xScripts/.config/Scripts/autostart.sh2
-rwxr-xr-xScripts/.config/Scripts/wp1
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 -
-