Browse Source

Prevent globbing and word splitting

master
Riyyi 5 years ago
parent
commit
dd8c4ac631
  1. 6
      .scripts/monctl.sh

6
.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() {

Loading…
Cancel
Save