From 4393effc4aeba98e1f8fedf6f234bef375144e58 Mon Sep 17 00:00:00 2001 From: Amolith Date: Wed, 22 Dec 2021 00:46:11 -0500 Subject: [PATCH] Remove picom & senpai from startup --- dot_local/bin/executable_startup-i3.tmpl | 6 ------ 1 file changed, 6 deletions(-) diff --git a/dot_local/bin/executable_startup-i3.tmpl b/dot_local/bin/executable_startup-i3.tmpl index 46f2123ae6e4fd98a38268a53ae4fb95c3ed1d2f..5865c473f9d956e3a975de842f5c35fa86c4e301 100644 --- a/dot_local/bin/executable_startup-i3.tmpl +++ b/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"