Revert 138991f^...138991f on Home

Simon Ser 2020-03-09 18:53:32 +01:00
parent 5c035e4097
commit 8b04963a37

@ -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 [ "$TTY" = "/dev/tty1" ]; then if [ "$(tty)" = "/dev/tty1" ]; then
exec sway exec sway
fi fi
``` ```