add caffeine

This commit is contained in:
azpsen 2024-02-19 07:47:55 -06:00
parent 27b1b9eb76
commit 55a86dd8bc

View File

@ -26,6 +26,7 @@ bspc rule -a L3afpad state=floating
bspc rule -a copyq state=floating bspc rule -a copyq state=floating
bspc rule -a Xfce4-about state=floating bspc rule -a Xfce4-about state=floating
bspc rule -a GParted state=floating bspc rule -a GParted state=floating
bspc rule -a Caffeine state=floating
# --------- # # --------- #
# autostart # # autostart #
@ -50,6 +51,9 @@ pgrep -x notify.sh > /dev/null || ~/.config/bspwm/scripts/notify.sh &
# clipboard manager # clipboard manager
pgrep -x copyq > /dev/null || ~/.config/bspwm/scripts/copyq.sh & pgrep -x copyq > /dev/null || ~/.config/bspwm/scripts/copyq.sh &
# caffeine
pgrep -x caffeine > /dev/null || caffeine &
# polkit authentication agent # polkit authentication agent
pgrep -x lxsession > /dev/null || lxsession & pgrep -x lxsession > /dev/null || lxsession &