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 59edc6d8..675d20e5 100644
--- a/sway/config.c
+++ b/sway/config.c
@@ -234,6 +234,7 @@ static void config_defaults(struct sway_config *config) {
234 config->auto_back_and_forth = false; 234 config->auto_back_and_forth = false;
235 config->reading = false; 235 config->reading = false;
236 config->show_marks = true; 236 config->show_marks = true;
237 config->title_align = ALIGN_LEFT;
237 config->tiling_drag = true; 238 config->tiling_drag = true;
238 239
239 config->smart_gaps = false; 240 config->smart_gaps = false;