typo - s/trom/from/

Milk Brewster 2018-11-07 14:48:47 +00:00
parent f20b1d4da3
commit 51b493f23f

@ -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