It is best to set this to .bash_profile instead of .bashrc, so it doesn't trigger on every spawn of terminal emulator.

sh 2019-12-05 17:40:04 +03:00
parent 3c4fb83e1a
commit 3d8d0c716a

@ -16,7 +16,7 @@ All proprietary graphics drivers are unsupported. This includes the Nvidia propr
Some login managers support Wayland, and others don't. If you have issues starting sway and you use a login manager, your first step should be disabling the login manager and running sway as described by `man 1 sway`. If it works, report the bug to your login manager, not to sway. Some login managers support Wayland, and others don't. If you have issues starting sway and you use a login manager, your first step should be disabling the login manager and running sway as described by `man 1 sway`. If it works, report the bug to your login manager, not to sway.
You can start sway automatically without a login manager, for example, by adding this to your `.bashrc`: You can start sway automatically without a login manager, for example, by adding this to your `.bash_profile`:
```bash ```bash
# If running from tty1 start sway # If running from tty1 start sway