diff options
author | Versus Void <versusvoid@gmail.com> | 2017-10-06 09:41:50 +0300 |
---|---|---|
committer | Versus Void <versusvoid@gmail.com> | 2017-10-06 21:48:50 +0000 |
commit | decd87043fbe2dfef3b664455298b68604ee0485 (patch) | |
tree | 2d278193f7aaa4048c1ec1b0bc24c184b6f15514 /rootston/rootston.ini.example | |
parent | b2d478a4189ffd96dc6158003f5cde76b70bd368 (diff) |
Add config option to disable Xwayland
Diffstat (limited to 'rootston/rootston.ini.example')
-rw-r--r-- | rootston/rootston.ini.example | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/rootston/rootston.ini.example b/rootston/rootston.ini.example index 9960cae1..cc7d8baa 100644 --- a/rootston/rootston.ini.example +++ b/rootston/rootston.ini.example @@ -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 |