mirror of
https://github.com/swaywm/sway.git
synced 2024-11-23 08:21:28 +00:00
It is best to set this to .bash_profile instead of .bashrc, so it doesn't trigger on every spawn of terminal emulator.
parent
3c4fb83e1a
commit
3d8d0c716a
2
Home.md
2
Home.md
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue