Add config option to disable Xwayland

This commit is contained in:
Versus Void 2017-10-06 09:41:50 +03:00
parent b2d478a418
commit decd87043f
4 changed files with 27 additions and 6 deletions

View file

@ -27,6 +27,7 @@ struct binding_config {
};
struct roots_config {
bool xwayland;
// TODO: Multiple cursors, multiseat
struct {
char *mapped_output;