From 55a86dd8bc01dc10deccda3fe8df883801779986 Mon Sep 17 00:00:00 2001 From: azpsen Date: Mon, 19 Feb 2024 07:47:55 -0600 Subject: [PATCH] add caffeine --- .config/bspwm/bspwmrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.config/bspwm/bspwmrc b/.config/bspwm/bspwmrc index 7c5f001..4ebac24 100755 --- a/.config/bspwm/bspwmrc +++ b/.config/bspwm/bspwmrc @@ -26,6 +26,7 @@ bspc rule -a L3afpad state=floating bspc rule -a copyq state=floating bspc rule -a Xfce4-about state=floating bspc rule -a GParted state=floating +bspc rule -a Caffeine state=floating # --------- # # autostart # @@ -50,6 +51,9 @@ pgrep -x notify.sh > /dev/null || ~/.config/bspwm/scripts/notify.sh & # clipboard manager pgrep -x copyq > /dev/null || ~/.config/bspwm/scripts/copyq.sh & +# caffeine +pgrep -x caffeine > /dev/null || caffeine & + # polkit authentication agent pgrep -x lxsession > /dev/null || lxsession &