aboutsummaryrefslogtreecommitdiffstats
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 270c1d86..34c8a280 100644
--- a/sway/config.c
+++ b/sway/config.c
@@ -165,6 +165,7 @@ static void config_defaults(struct sway_config *config) {
165 config->floating_mod = 0; 165 config->floating_mod = 0;
166 config->dragging_key = BTN_LEFT; 166 config->dragging_key = BTN_LEFT;
167 config->resizing_key = BTN_RIGHT; 167 config->resizing_key = BTN_RIGHT;
168
168 if (!(config->floating_scroll_up_cmd = strdup(""))) goto cleanup; 169 if (!(config->floating_scroll_up_cmd = strdup(""))) goto cleanup;
169 if (!(config->floating_scroll_down_cmd = strdup(""))) goto cleanup; 170 if (!(config->floating_scroll_down_cmd = strdup(""))) goto cleanup;
170 if (!(config->floating_scroll_left_cmd = strdup(""))) goto cleanup; 171 if (!(config->floating_scroll_left_cmd = strdup(""))) goto cleanup;