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 sleep 4
# Reconfigure desktops # Reconfigure desktops
$HOME/.scripts/wm/desktops.sh "$HOME"/.scripts/wm/desktops.sh
sleep 1 sleep 1
# Restart panel # Restart panel
$HOME/.scripts/panel/lemonbar.sh & "$HOME"/.scripts/panel/lemonbar.sh &
# Reload wallpaper # Reload wallpaper
$HOME/.scripts/wm/wallpaper.sh "$HOME"/.scripts/wm/wallpaper.sh
} }
auto() { auto() {

Loading…
Cancel
Save