Revert f0516a6^...f0516a6 on Home

Simon Ser 2019-09-02 09:32:52 +03:00
parent f0516a6c7c
commit 471655535e

@ -20,7 +20,7 @@ You can start sway automatically without a login manager, for example, by adding
```bash ```bash
# If running from tty1 start sway # If running from tty1 start sway
if [[ -z $WAYLAND_DISPLAY ]] && [[ $(tty) = /dev/tty1 ]]; then if [ "$(tty)" = "/dev/tty1" ]; then
exec sway exec sway
fi fi
``` ```