Rearrange startup applications/scripts

This commit is contained in:
Andrew Scott 2023-03-23 17:10:00 -04:00
parent 68c7a3703c
commit 5f17112f69
Signed by: a
GPG key ID: 7CD5A5977E4931C1

View file

@ -69,21 +69,21 @@ bspc desktop -f 1
grep -x sxhkd > /dev/null || sxhkd & grep -x sxhkd > /dev/null || sxhkd &
/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 & /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 &
dunst &
xsettingsd & xsettingsd &
sh ~/.fehbg &
dex -a &
redshift -r &
{{- if (or (eq .chezmoi.hostname "helix") (eq .chezmoi.hostname "hydrus")) }} {{- if (or (eq .chezmoi.hostname "helix") (eq .chezmoi.hostname "hydrus")) }}
$HOME/.local/bin/pipewire-launcher & $HOME/.local/bin/pipewire-launcher &
{{- end }} {{- end }}
{{- if (or (eq .chezmoi.hostname "helix") (eq .chezmoi.hostname "triangulum")) }} {{- if (or (eq .chezmoi.hostname "helix") (eq .chezmoi.hostname "triangulum")) }}
$HOME/.local/bin/xidlehook-laptop & $HOME/.local/bin/xidlehook-laptop &
$HOME/.local/bin/single-polybar-launcher &
cbatticon -u 20 -i standard -c "loginctl suspend" & cbatticon -u 20 -i standard -c "loginctl suspend" &
sleep 5 && pa-notify -t 3 & sleep 5 && pa-notify -t 3 &
$HOME/.local/bin/tint2-launcher &
{{- end }} {{- end }}
{{- if eq .chezmoi.hostname "hydrus"}} {{- if eq .chezmoi.hostname "hydrus"}}
xidlehook --not-when-audio --not-when-fullscreen --timer 360 "xset s activate" "" & xidlehook --not-when-audio --not-when-fullscreen --timer 360 "xset s activate" "" &
$HOME/.local/bin/dual-polybar-launcher & $HOME/.local/bin/dual-polybar-launcher &
{{- end }} {{- end }}
sh ~/.fehbg &
redshift -r &
dunst &
dex -a &