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 ```