mirror of
https://codeberg.org/andyscott/dotfiles.git
synced 2024-11-08 13:30:47 -05:00
Rearrange startup applications/scripts
This commit is contained in:
parent
68c7a3703c
commit
5f17112f69
1 changed files with 5 additions and 5 deletions
|
@ -69,21 +69,21 @@ bspc desktop -f 1
|
|||
grep -x sxhkd > /dev/null || sxhkd &
|
||||
/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 &
|
||||
xss-lock -n /usr/lib/xsecurelock/dimmer -l -- xsecurelock &
|
||||
dunst &
|
||||
xsettingsd &
|
||||
sh ~/.fehbg &
|
||||
dex -a &
|
||||
redshift -r &
|
||||
{{- if (or (eq .chezmoi.hostname "helix") (eq .chezmoi.hostname "hydrus")) }}
|
||||
$HOME/.local/bin/pipewire-launcher &
|
||||
{{- end }}
|
||||
{{- if (or (eq .chezmoi.hostname "helix") (eq .chezmoi.hostname "triangulum")) }}
|
||||
$HOME/.local/bin/xidlehook-laptop &
|
||||
$HOME/.local/bin/single-polybar-launcher &
|
||||
cbatticon -u 20 -i standard -c "loginctl suspend" &
|
||||
sleep 5 && pa-notify -t 3 &
|
||||
$HOME/.local/bin/tint2-launcher &
|
||||
{{- end }}
|
||||
{{- if eq .chezmoi.hostname "hydrus"}}
|
||||
xidlehook --not-when-audio --not-when-fullscreen --timer 360 "xset s activate" "" &
|
||||
$HOME/.local/bin/dual-polybar-launcher &
|
||||
{{- end }}
|
||||
sh ~/.fehbg &
|
||||
redshift -r &
|
||||
dunst &
|
||||
dex -a &
|
||||
|
|
Loading…
Reference in a new issue