aboutsummaryrefslogtreecommitdiffstats
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 6a1d172b..d5a3f781 100644
--- a/sway/config.c
+++ b/sway/config.c
@@ -101,6 +101,8 @@ static void config_defaults(struct sway_config *config) {
101 list_add(config->modes, config->current_mode); 101 list_add(config->modes, config->current_mode);
102 102
103 config->floating_mod = 0; 103 config->floating_mod = 0;
104 config->dragging_key = M_LEFT_CLICK;
105 config->resizing_key = M_RIGHT_CLICK;
104 config->default_layout = L_NONE; 106 config->default_layout = L_NONE;
105 config->default_orientation = L_NONE; 107 config->default_orientation = L_NONE;
106 // Flags 108 // Flags