diff options
author | Tom Wadley <twadley@thoughtworks.com> | 2017-01-06 18:48:31 -0600 |
---|---|---|
committer | Tom Wadley <twadley@thoughtworks.com> | 2017-01-06 18:48:31 -0600 |
commit | 8f38e4fa7d55fc1225ed7781efa4ac8c1110d629 (patch) | |
tree | eeeae846ad355526024436e1229a8fde6fa74904 /README.md | |
parent | 9d6c317035e06bdc233affb5de23f8b17c6cd83f (diff) | |
download | alacritty-8f38e4fa7d55fc1225ed7781efa4ac8c1110d629.tar.gz alacritty-8f38e4fa7d55fc1225ed7781efa4ac8c1110d629.zip |
Add tip for running in XWayland
Diffstat (limited to 'README.md')
-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 |