From 8397f9ce2a491b120ee25553d7d2164a6ecc362d 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 --- .config/zsh/.zprofile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/zsh/.zprofile b/.config/zsh/.zprofile index 4e8f538..8028907 100644 --- a/.config/zsh/.zprofile +++ b/.config/zsh/.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