mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-26 06:35:58 +01:00
Document xwayland rootston config changes
This commit is contained in:
parent
ef1a24430a
commit
6936be984f
1 changed files with 4 additions and 1 deletions
|
@ -1,5 +1,8 @@
|
|||
[core]
|
||||
# Disable X11 support. Enabled by default.
|
||||
# X11 support
|
||||
# - true: enables X11, xwayland is started only when an X11 client connects
|
||||
# - immediate: enables X11, xwayland is started immediately
|
||||
# - false: disables xwayland
|
||||
xwayland=false
|
||||
|
||||
# Single output configuration. String after colon must match output's name.
|
||||
|
|
Loading…
Reference in a new issue