i3: auto start emacs daemon only on arch

This commit is contained in:
inkch 2025-02-13 11:16:00 +09:00
parent 3fd4da2c7b
commit 9d779a50d5

View File

@ -441,7 +441,6 @@ exec --no-startup-id udiskie & # Watch plug
exec --no-startup-id fcitx5 -d # Japanese Input exec --no-startup-id fcitx5 -d # Japanese Input
exec --no-startup-id copyq # clipboard exec --no-startup-id copyq # clipboard
exec --no-startup-id flameshot # screenshot # TODO needed? exec --no-startup-id flameshot # screenshot # TODO needed?
exec --no-startup-id emacs --daemon
exec --no-startup-id redshift # like f.lux exec --no-startup-id redshift # like f.lux
exec --no-startup-id powersave-on # auto screen lock (deps: xidlehook, slock) exec --no-startup-id powersave-on # auto screen lock (deps: xidlehook, slock)
@ -454,6 +453,7 @@ exec --no-startup-id carla /home/inkch/Carla/play.carxp # JACK
exec_always --no-startup-id picom -b > /dev/null 2>&1 # compositor exec_always --no-startup-id picom -b > /dev/null 2>&1 # compositor
exec_always --no-startup-id nitrogen --restore # wallpaper exec_always --no-startup-id nitrogen --restore # wallpaper
exec_always --no-startup-id $HOME/.config/conky/start.sh # widgets exec_always --no-startup-id $HOME/.config/conky/start.sh # widgets
exec --no-startup-id emacs --daemon
{{ end }} {{ end }}
{{ if eq .chezmoi.hostname "buzz" }} {{ if eq .chezmoi.hostname "buzz" }}