mirror of
https://github.com/swaywm/sway.git
synced 2024-11-14 14:34:07 +01:00
typo - s/trom/from/
parent
f20b1d4da3
commit
51b493f23f
2
Home.md
2
Home.md
@ -19,7 +19,7 @@ Some login managers support Wayland, and others don't. If you have issues starti
|
||||
You can start sway automatically without a login manager, for example, by adding this to your `.bashrc`:
|
||||
|
||||
```bash
|
||||
# If running trom tty1 start sway
|
||||
# If running from tty1 start sway
|
||||
if [ $(tty) = "/dev/tty1" ]; then
|
||||
sway
|
||||
exit 0
|
||||
|
Loading…
Reference in New Issue
Block a user