diff --git a/.config/bspwm/bspwmrc b/.config/bspwm/bspwmrc index 2ff599b..1b573f7 100755 --- a/.config/bspwm/bspwmrc +++ b/.config/bspwm/bspwmrc @@ -48,6 +48,9 @@ pgrep -x notify.sh > /dev/null || ~/.config/bspwm/scripts/notify.sh & # clipboard manager pgrep -x copyq > /dev/null || ~/.config/bspwm/scripts/copyq.sh & +# polkit authentication agent +pgrep -x lxsession > /dev/null || lxsession & + # compositor killall picom picom --no-fading-openclose &