From dd8c4ac63170ca26b99c61c82af46c0a55e7838c Mon Sep 17 00:00:00 2001 From: Riyyi Date: Mon, 30 Dec 2019 22:10:08 +0100 Subject: [PATCH] Prevent globbing and word splitting --- .scripts/monctl.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.scripts/monctl.sh b/.scripts/monctl.sh index fed4de6..3ee2308 100755 --- a/.scripts/monctl.sh +++ b/.scripts/monctl.sh @@ -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() {