diff --git a/dot_config/bspwm/executable_bspwmrc.tmpl b/dot_config/bspwm/executable_bspwmrc.tmpl index 03a19c1..98a61c8 100644 --- a/dot_config/bspwm/executable_bspwmrc.tmpl +++ b/dot_config/bspwm/executable_bspwmrc.tmpl @@ -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 &