mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-06 13:29:45 -05:00
Add config option to disable Xwayland
This commit is contained in:
parent
b2d478a418
commit
decd87043f
4 changed files with 27 additions and 6 deletions
|
|
@ -27,6 +27,7 @@ struct binding_config {
|
|||
};
|
||||
|
||||
struct roots_config {
|
||||
bool xwayland;
|
||||
// TODO: Multiple cursors, multiseat
|
||||
struct {
|
||||
char *mapped_output;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue