diff options
author | Vincent Vanlaer <vincent.vanlaer@skynet.be> | 2018-05-08 22:54:45 +0200 |
---|---|---|
committer | Vincent Vanlaer <vincent.vanlaer@skynet.be> | 2018-05-08 22:54:45 +0200 |
commit | 6936be984fbeca83feae96d92bc8fd1d2b0ec4af (patch) | |
tree | b57ec14eb55e2e6cd19b13d8f44903b55bf3f166 | |
parent | ef1a24430a5f6d1d3d60c1d506288e3e14f5e077 (diff) |
Document xwayland rootston config changes
-rw-r--r-- | rootston/rootston.ini.example | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/rootston/rootston.ini.example b/rootston/rootston.ini.example index 6f29a35d..556cbefb 100644 --- a/rootston/rootston.ini.example +++ b/rootston/rootston.ini.example @@ -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. |