From 471655535e8dae0d2f7f621e320dff66863a1ed1 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Mon, 2 Sep 2019 09:32:52 +0300 Subject: [PATCH] Revert f0516a6^...f0516a6 on Home --- Home.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Home.md b/Home.md index 89d02b2..896c2f0 100644 --- a/Home.md +++ b/Home.md @@ -20,7 +20,7 @@ You can start sway automatically without a login manager, for example, by adding ```bash # If running from tty1 start sway -if [[ -z $WAYLAND_DISPLAY ]] && [[ $(tty) = /dev/tty1 ]]; then +if [ "$(tty)" = "/dev/tty1" ]; then exec sway fi ```