aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authoremersion <contact@emersion.fr>2017-10-03 22:14:25 +0200
committeremersion <contact@emersion.fr>2017-10-03 22:14:25 +0200
commitf9dbc1841d0a2b4a93cfb9a1783a34ebed426c59 (patch)
treef6e0976e71ee18d051b026366a078a0b1def3b42 /include
parent9b88f2520862f8707e5e7b91ac0871adbe2edac9 (diff)
rootston: add meta-key to config file
Diffstat (limited to 'include')
-rw-r--r--include/rootston/config.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/rootston/config.h b/include/rootston/config.h
index ece11829..545b6742 100644
--- a/include/rootston/config.h
+++ b/include/rootston/config.h
@@ -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;