From 33be8508a697c64c3357e7f72fe6b42945518e1a 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