mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-23 06:59:44 -05:00
Add config option to disable Xwayland
This commit is contained in:
parent
b2d478a418
commit
decd87043f
4 changed files with 27 additions and 6 deletions
|
|
@ -1,3 +1,7 @@
|
|||
[core]
|
||||
# Disable X11 support. Enabled by default.
|
||||
xwayland=false
|
||||
|
||||
# Single output configuration. String after semicolon must match output's name.
|
||||
[output:VGA-1]
|
||||
# Set logical (layout) coordinates for this screen
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue