aboutsummaryrefslogtreecommitdiffstats
path: root/include/sway/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sway/config.h')
-rw-r--r--include/sway/config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sway/config.h b/include/sway/config.h
index f1426453..c65d9353 100644
--- a/include/sway/config.h
+++ b/include/sway/config.h
@@ -53,6 +53,7 @@ struct sway_binding {
53 list_t *keys; // sorted in ascending order 53 list_t *keys; // sorted in ascending order
54 list_t *syms; // sorted in ascending order; NULL if BINDING_CODE is not set 54 list_t *syms; // sorted in ascending order; NULL if BINDING_CODE is not set
55 uint32_t modifiers; 55 uint32_t modifiers;
56 xkb_layout_index_t group;
56 char *command; 57 char *command;
57}; 58};
58 59