mirror of
https://github.com/swaywm/sway.git
synced 2024-11-25 09:21:28 +00:00
Revert 138991f^...138991f on Home
parent
5c035e4097
commit
8b04963a37
2
Home.md
2
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 [ "$TTY" = "/dev/tty1" ]; then
|
||||
if [ "$(tty)" = "/dev/tty1" ]; then
|
||||
exec sway
|
||||
fi
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue