From f44f799c1b25af9e32cad931b8359018fd983486 Mon Sep 17 00:00:00 2001 From: ndwarshuis Date: Fri, 12 Jul 2024 12:44:51 -0400 Subject: [PATCH] ENH disable desktop autostart --- dot_config/zsh/dot_zprofile.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dot_config/zsh/dot_zprofile.tmpl b/dot_config/zsh/dot_zprofile.tmpl index 8a750e1..ab1aec3 100644 --- a/dot_config/zsh/dot_zprofile.tmpl +++ b/dot_config/zsh/dot_zprofile.tmpl @@ -3,6 +3,6 @@ initfile="$XDG_CONFIG_HOME/X11/xinitrc" logdir="$XDG_DATA_HOME/X11" logfile="$logdir/xinit.log" mkdir -p "$logdir" -[[ -z $DISPLAY && $XDG_VTNR -eq 1 ]] && \ - exec startx "$initfile" -- -keeptty > "$logfile" 2>&1 +#[[ -z $DISPLAY && $XDG_VTNR -eq 1 ]] && \ +# exec startx "$initfile" -- -keeptty > "$logfile" 2>&1 {{- end }}