Move .scripts -> .local/bin

This commit is contained in:
Riyyi
2021-02-25 20:16:07 +01:00
parent 3ac7d9f601
commit ba10984084
40 changed files with 93 additions and 94 deletions
+3 -3
View File
@@ -60,11 +60,11 @@ bspc rule -a Zathura state=tiled
#--- Scripts ---#
# Set desktops
"$HOME"/.scripts/wm/desktops.sh
"$HOME"/.local/bin/wm/desktops.sh
# Program startup
"$HOME"/.scripts/wm/wallpaper.sh &
"$HOME"/.scripts/panel/polybar.sh &
"$HOME"/.local/bin/wm/wallpaper.sh &
"$HOME"/.local/bin/panel/polybar.sh &
[ "$1" = 0 ] && {
# Only execute once
firefox &