mirror of
https://github.com/alacritty/alacritty.git
synced 2024-11-11 13:51:01 -05:00
Update wayland comment in README
This commit is contained in:
parent
4fbae5e397
commit
cf1a35bcb4
1 changed files with 3 additions and 7 deletions
10
README.md
10
README.md
|
@ -212,17 +212,13 @@ Alacritty discussion can be found in `#alacritty` on freenode.
|
|||
|
||||
## Wayland
|
||||
|
||||
Wayland support is available, but not everything works as expected. Many people
|
||||
have found a better experience using XWayland which can be achieved by
|
||||
launching Alacritty with the `WAYLAND_DISPLAY` environment variable cleared:
|
||||
Wayland is used by default on systems that support it. Using XWayland may
|
||||
circumvent Wayland specific issues and can be enabled through:
|
||||
|
||||
```sh
|
||||
env WAYLAND_DISPLAY="" alacritty
|
||||
env WINIT_UNIX_BACKEND=x11 alacritty
|
||||
```
|
||||
|
||||
If you're interested in seeing our Wayland support improve, please head over to
|
||||
the [Wayland meta issue] on the _winit_ project to see how you may contribute.
|
||||
|
||||
## License
|
||||
|
||||
Alacritty is released under the [Apache License, Version 2.0].
|
||||
|
|
Loading…
Reference in a new issue