Minor update to autostart

This commit is contained in:
Andrew Scott 2022-06-03 18:45:46 -04:00
parent 4468c8f7af
commit c0a143590b
Signed by: a
GPG key ID: 3EB62D0BBB8DB381

View file

@ -45,10 +45,10 @@ bspc desktop -f 1
### Autostart ### Autostart
grep -x sxhkd > /dev/null || sxhkd & grep -x sxhkd > /dev/null || sxhkd &
/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 &
xss-lock -n /usr/lib/xsecurelock/dimmer -l -- xsecurelock & xss-lock -n /usr/lib/xsecurelock/dimmer -l -- xsecurelock &
xidlehook --not-when-audio --not-when-fullscreen --timer 360 "xset s activate" "" & xidlehook --not-when-audio --not-when-fullscreen --timer 360 "xset s activate" "" &
~/.local/bin/dual-polybar-launcher & ~/.local/bin/dual-polybar-launcher &
sh ~/.fehbg & sh ~/.fehbg &
dex -ae bspwm & dex -ae bspwm &
/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 &