diff options
author | Drew DeVault <sir@cmpwn.com> | 2017-10-09 08:09:03 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-09 08:09:03 -0400 |
commit | d0d6413772a09f385bc16f5fc38eda114695ee16 (patch) | |
tree | 59ea3b1a314ede560f90f6e8b1058c1b54b90161 /rootston/rootston.ini.example | |
parent | 7aa0e949b3849428aad426533e719562d7bb8ef9 (diff) | |
parent | 9cab66f0f914a0194cdfa178377f6413c33ac515 (diff) |
Merge pull request #220 from versusvoid/optional-xwayland
Make Xwayland optional
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 8ac474d4..460efa13 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 |