1
1
mirror of https://github.com/wez/wezterm.git synced 2024-11-23 15:04:36 +03:00

docs: add note on how to disable wayland

This commit is contained in:
Wez Furlong 2019-12-18 10:40:01 -08:00
parent b4241c6076
commit ecf8b07711

View File

@ -183,6 +183,13 @@ ratelimit_mux_output_pushes_per_second = 10
# model to compute a diff to send to the mux client.
# The default value is 100/s
ratelimit_mux_output_scans_per_second = 100
# If false, do not try to use a Wayland protocol connection
# when starting the gui frontend, and instead use X11.
# This option is only considered on X11/Wayland systems and
# has no effect on macOS or Windows.
# The default is true.
enable_wayland = true
```
### Shortcut / Key Binding Assignments