Remove programs.sh, update i3 config

This commit is contained in:
Riyyi
2020-08-28 15:08:41 +02:00
parent 7dcb01093f
commit 381c8ddc62
3 changed files with 24 additions and 20 deletions
+6 -1
View File
@@ -62,5 +62,10 @@ bspc rule -a Zathura state=tiled
# Program startup
"$HOME"/.scripts/wm/wallpaper.sh &
"$HOME"/.scripts/wm/programs.sh &
"$HOME"/.scripts/panel/polybar.sh &
[ "$1" = 0 ] && {
# Only execute once
firefox &
urxvt &
thunar &
}