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 6ff4da03..830fb65f 100644
--- a/sway/config.c
+++ b/sway/config.c
@@ -225,6 +225,7 @@ static void config_defaults(struct sway_config *config) {
225 config->auto_back_and_forth = false; 225 config->auto_back_and_forth = false;
226 config->reading = false; 226 config->reading = false;
227 config->show_marks = true; 227 config->show_marks = true;
228 config->tiling_drag = true;
228 229
229 config->edge_gaps = true; 230 config->edge_gaps = true;
230 config->smart_gaps = false; 231 config->smart_gaps = false;