Updated Home (markdown)

emersion 2019-03-09 19:53:48 +01:00
parent 8a29099483
commit dfa5802245

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