mirror of
https://github.com/alacritty/alacritty.git
synced 2024-11-25 14:05:41 -05:00
Add tip for running in XWayland
This commit is contained in:
parent
9d6c317035
commit
8f38e4fa7d
1 changed files with 3 additions and 1 deletions
|
@ -159,7 +159,9 @@ Just Works.
|
|||
disappears. Actual throughput and rendering performance are still better in
|
||||
Alacritty.
|
||||
- _Is wayland supported?_ Not yet. Alacritty is currently on a fork of glutin
|
||||
that needs some updates to work with Wayland.
|
||||
that needs some updates to work with Wayland. To stop glutin from detecting
|
||||
Wayland (e.g. for use on XWayland) launch Alacritty like this:
|
||||
`env WAYLAND_DISPLAY= alacritty`
|
||||
- _When will Windows support be available?_ When someone has time to work on it.
|
||||
Contributors would be welcomed :).
|
||||
- _My arrow keys don't work_ It sounds like you deleted some key bindings from
|
||||
|
|
Loading…
Reference in a new issue