rootston: add meta-key to config file

This commit is contained in:
emersion 2017-10-03 22:14:25 +02:00
parent 9b88f25208
commit f9dbc1841d
No known key found for this signature in database
GPG key ID: 0FDE7BE0E88F5E48
4 changed files with 50 additions and 20 deletions

View file

@ -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;