bar & picom fixes, restructuring

This commit is contained in:
azpsen
2024-01-31 08:40:17 -06:00
parent 8a9ae45d3a
commit 8beb72ddec
43 changed files with 10 additions and 58 deletions

View File

@@ -21,6 +21,7 @@ bspc rule -a openrgb state=floating
bspc rule -a Sxiv state=floating
bspc rule -a Dconf-editor state=floating
bspc rule -a Thunar state=floating
bspc rule -a Xarchiver state=floating
# start screen locker
xset s 600 5
@@ -34,4 +35,5 @@ pgrep -x notify.sh > /dev/null || ~/.config/bspwm/scripts/notify.sh &
pgrep -x greenclip > /dev/null || greenclip daemon &
pkill picom && picom --no-fading-openclose &
killall picom
picom --no-fading-openclose &