summaryrefslogtreecommitdiffstats
path: root/sway/config.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/config.c')
-rw-r--r--sway/config.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sway/config.c b/sway/config.c
index 90dfb9a9..2afffab1 100644
--- a/sway/config.c
+++ b/sway/config.c
@@ -180,6 +180,7 @@ static void config_defaults(struct sway_config *config) {
180 list_add(config->modes, config->current_mode); 180 list_add(config->modes, config->current_mode);
181 181
182 config->floating_mod = 0; 182 config->floating_mod = 0;
183 config->floating_mod_inverse = false;
183 config->dragging_key = BTN_LEFT; 184 config->dragging_key = BTN_LEFT;
184 config->resizing_key = BTN_RIGHT; 185 config->resizing_key = BTN_RIGHT;
185 186