summaryrefslogtreecommitdiffstats
path: root/sway/config.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/config.c')
-rw-r--r--sway/config.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sway/config.c b/sway/config.c
index bd3cf4e6..2a1f0310 100644
--- a/sway/config.c
+++ b/sway/config.c
@@ -115,6 +115,8 @@ static void config_defaults(struct sway_config *config) {
115 list_add(config->modes, config->current_mode); 115 list_add(config->modes, config->current_mode);
116 116
117 config->floating_mod = 0; 117 config->floating_mod = 0;
118 config->dragging_key = M_LEFT_CLICK;
119 config->resizing_key = M_RIGHT_CLICK;
118 config->default_layout = L_NONE; 120 config->default_layout = L_NONE;
119 config->default_orientation = L_NONE; 121 config->default_orientation = L_NONE;
120 // Flags 122 // Flags