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