mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-01 22:58:38 -04:00
Add option to rootston to start xwayland lazy
This commit is contained in:
parent
c80bf1591e
commit
31861b3a7a
3 changed files with 6 additions and 1 deletions
|
|
@ -60,6 +60,7 @@ struct roots_cursor_config {
|
|||
|
||||
struct roots_config {
|
||||
bool xwayland;
|
||||
bool xwayland_lazy;
|
||||
|
||||
struct wl_list outputs;
|
||||
struct wl_list devices;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue