mirror of
https://github.com/swaywm/sway.git
synced 2024-11-14 14:34:07 +01:00
Revert f0516a6^...f0516a6 on Home
parent
f0516a6c7c
commit
471655535e
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 [[ -z $WAYLAND_DISPLAY ]] && [[ $(tty) = /dev/tty1 ]]; then
|
||||
if [ "$(tty)" = "/dev/tty1" ]; then
|
||||
exec sway
|
||||
fi
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user