mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-15 06:59:43 -05:00
rootston: add meta-key to config file
This commit is contained in:
parent
9b88f25208
commit
f9dbc1841d
4 changed files with 50 additions and 20 deletions
|
|
@ -33,6 +33,10 @@ struct roots_config {
|
|||
struct wlr_box *mapped_box;
|
||||
} cursor;
|
||||
|
||||
struct {
|
||||
uint32_t meta_key;
|
||||
} keyboard;
|
||||
|
||||
struct wl_list outputs;
|
||||
struct wl_list devices;
|
||||
struct wl_list bindings;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue