mirror of
https://codeberg.org/andyscott/dotfiles.git
synced 2024-12-22 18:03:11 -05:00
Minor update to autostart
This commit is contained in:
parent
4468c8f7af
commit
c0a143590b
1 changed files with 1 additions and 1 deletions
|
@ -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 &
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue