add greenclip, fix some screen lock

This commit is contained in:
azpsen
2024-01-29 16:54:46 -06:00
parent 150e55fb99
commit f804fea78d
4 changed files with 19 additions and 0 deletions

View File

@@ -19,6 +19,7 @@ bspc rule -a Lxappearance state=floating
bspc rule -a Nvidia-settings state=floating
bspc rule -a openrgb state=floating
bspc rule -a Sxiv state=floating
bspc rule -a Dconf-editor state=floating
# start screen locker
xset s 600 5
@@ -30,4 +31,6 @@ pgrep -x notify.sh > /dev/null || ~/.config/bspwm/scripts/notify.sh &
~/.config/bspwm/scripts/launch-polybar.sh &
pgrep -x greenclip > /dev/null || greenclip daemon &
pgrep -x picom > /dev/null || picom &