Updates to autostart

This commit is contained in:
Andrew Scott 2022-10-23 16:42:34 -04:00
parent bf47315394
commit 5871a0776c
Signed by: a
GPG key ID: 3EB62D0BBB8DB381

View file

@ -48,13 +48,16 @@ bspc desktop -f 1
### Autostart
grep -x sxhkd > /dev/null || sxhkd &
/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 &
$HOME/.local/bin/single-polybar-launcher &
#$HOME/.local/bin/tint2-launcher &
xsettingsd &
xss-lock -n /usr/lib/xsecurelock/dimmer -l -- xsecurelock &
xidlehook --not-when-audio --not-when-fullscreen --timer 120 "xrandr --output eDP-1 --brightness .1" "xrandr --output eDP-1 --brightness 1" --timer 480 "xset s activate" "xrandr --output eDP-1 --brightness 1" &
xidlehook --not-when-audio --not-when-fullscreen --timer 120 "killall -q redshift && xrandr --output eDP-1 --brightness .1" "xrandr --output eDP-1 --brightness 1 && redshift -r & disown" --timer 480 "xset s activate" "xrandr --output eDP-1 --brightness 1" &
xsettingsd &
sh ~/.fehbg &
#$HOME/.local/bin/single-polybar-launcher &
$HOME/.local/bin/tint2-launcher &
redshift -r &
picom &
dunst &
dex -a &
redshift-gtk &
pa-notify -t 3 &
birdtray &
sleep 30 && nextcloud --background &