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 /include | |
parent | b2d478a4189ffd96dc6158003f5cde76b70bd368 (diff) |
Add config option to disable Xwayland
Diffstat (limited to 'include')
-rw-r--r-- | include/rootston/config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/rootston/config.h b/include/rootston/config.h index 545b6742..66347c3c 100644 --- a/include/rootston/config.h +++ b/include/rootston/config.h @@ -27,6 +27,7 @@ struct binding_config { }; struct roots_config { + bool xwayland; // TODO: Multiple cursors, multiseat struct { char *mapped_output; |