Prevent globbing and word splitting

This commit is contained in:
Riyyi
2019-12-30 22:10:08 +01:00
parent eb19631019
commit dd8c4ac631
+3 -3
View File
@@ -38,14 +38,14 @@ update() {
sleep 4
# Reconfigure desktops
$HOME/.scripts/wm/desktops.sh
"$HOME"/.scripts/wm/desktops.sh
sleep 1
# Restart panel
$HOME/.scripts/panel/lemonbar.sh &
"$HOME"/.scripts/panel/lemonbar.sh &
# Reload wallpaper
$HOME/.scripts/wm/wallpaper.sh
"$HOME"/.scripts/wm/wallpaper.sh
}
auto() {