From c14bf488c4911f2805b8634d6cfe4318ac05119e Mon Sep 17 00:00:00 2001 From: Marko Korhonen Date: Thu, 24 Feb 2022 17:27:30 +0200 Subject: [PATCH] Disable automatically started sway --- home/.zprofile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/.zprofile b/home/.zprofile index 52c6cb96..4a9397e7 100644 --- a/home/.zprofile +++ b/home/.zprofile @@ -1 +1 @@ -[[ -z $DISPLAY && $XDG_VTNR -eq 1 ]] && sway-run +#[[ -z $DISPLAY && $XDG_VTNR -eq 1 ]] && sway-run