diff --git a/Home.md b/Home.md index 1ac35c2..46097be 100644 --- a/Home.md +++ b/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