Remove picom & senpai from startup

Amolith created

Change summary

dot_local/bin/executable_startup-i3.tmpl | 6 ------
1 file changed, 6 deletions(-)

Detailed changes

dot_local/bin/executable_startup-i3.tmpl 🔗

@@ -18,16 +18,10 @@ i3-msg exec "emacs --daemon"
 
 sleep 5
 
-i3-msg workspace 6
-i3-msg exec "st zsh -c 'senpai'"
 sleep 2
 i3-msg workspace 2
 i3-msg exec "keepassxc"
 
-{{- if eq .chezmoi.os "linux" }}
-i3-msg exec "picom"
-{{- end}}
-
 {{- if eq .chezmoi.hostname "angmar" }}
 i3-msg exec "mpdscribble"
 i3-msg exec "mpd ~/.config/mpd/mpd.conf"