From 069ec4e8e9c9c97fcf260f8fd133ef5fdf63b221 Mon Sep 17 00:00:00 2001 From: Jordan Holt Date: Sat, 1 May 2021 16:29:37 +0100 Subject: [PATCH] Update sway start command --- .profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.profile b/.profile index 95e18f4..83cd4e4 100644 --- a/.profile +++ b/.profile @@ -44,4 +44,4 @@ export ZDOTDIR="$XDG_CONFIG_HOME/zsh" export QT_QPA_PLATFORMTHEME="gtk2" # Start Sway -[ "$(tty)" = "/dev/tty1" ] && exec sway +[ -z $DISPLAY ] && [ "$(tty)" = "/dev/tty1" ] && exec sway