bspswallow

This commit is contained in:
Anish Lakhwara
2022-12-30 21:05:46 +10:00
parent 5eb1eee3d2
commit b63a8318a9
3 changed files with 76 additions and 1 deletions
+4 -1
View File
@@ -39,7 +39,10 @@ bspc rule -a Pinentry state=floating center=on
bspc rule -a Firefox state=fullscreen
bspc rule -a feh state=fullscreen
# bspswallow
pgrep bspswallow || bspswallow &
# polybar
for file in $XDG_CONFIG_HOME/bspwm/rc.d/*; do
for file in "$XDG_CONFIG_HOME"/bspwm/rc.d/*; do
source "$file"
done