Update README - append hint to keep xwayland installed when running sway

as discussed in #3907, many wayland-native apps refuse to run (unless
configured as such) without having xwayland installed. This can confuse
new users who might be tempted to remove anything xorg related - only to
end up with a broken wayland setup
This commit is contained in:
Sjon Hortensius 2019-03-18 09:55:31 +01:00
parent 73605dac2a
commit 62927d61e5

View file

@ -70,4 +70,6 @@ Run `man 5 sway` for information on the configuration.
## Running ## Running
Run `sway` from a TTY. Some display managers may work but are not supported by Run `sway` from a TTY. Some display managers may work but are not supported by
sway (gdm is known to work fairly well). sway (gdm is known to work fairly well). You will probably want to have xwayland
installed, since most wayland applications (including dmenu and sway) will not
start without it.