diff options
author | Joe Wilm <jwilm@users.noreply.github.com> | 2017-01-06 17:18:22 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-01-06 17:18:22 -0800 |
commit | c73295715629f33e687741769f3079536ed5e104 (patch) | |
tree | eeeae846ad355526024436e1229a8fde6fa74904 | |
parent | 9d6c317035e06bdc233affb5de23f8b17c6cd83f (diff) | |
parent | 8f38e4fa7d55fc1225ed7781efa4ac8c1110d629 (diff) | |
download | alacritty-c73295715629f33e687741769f3079536ed5e104.tar.gz alacritty-c73295715629f33e687741769f3079536ed5e104.zip |
Merge pull request #132 from tomwadley/xwayland-tip
Add tip for running in XWayland
-rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 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 |