From 0c4e1abbcb7168a7c8f6f88a7df819c5af0b3b4d Mon Sep 17 00:00:00 2001 From: Olivier DOSSMANN Date: Thu, 14 Nov 2024 20:22:07 +0100 Subject: [PATCH] fix(ZSH): Launch sway by default in ZSH profile --- .zprofile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zprofile b/.zprofile index 4e8f538..8028907 100644 --- a/.zprofile +++ b/.zprofile @@ -6,5 +6,5 @@ eval "$(pyenv init --path)" # Start X automatically if systemctl -q is-active graphical.target && [[ ! $DISPLAY && $XDG_VTNR -eq 1 ]]; then - exec startx + exec sway fi