diff options
author | emersion <contact@emersion.fr> | 2018-11-26 09:28:25 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-26 09:28:25 +0100 |
commit | c2921b2e613642ec147513607fb13d98ee43cee7 (patch) | |
tree | 20949c3508ada4d015e57504abbd1c62f0f5133b /sway/config.c | |
parent | 0e6e5af9833bcfac30d4a19d7fa5b88e81ce67cd (diff) | |
parent | e6562c8cd26c2e7caa4c83aaa5d734643fba4015 (diff) | |
download | sway-c2921b2e613642ec147513607fb13d98ee43cee7.tar.xz |
Merge pull request #3169 from RedSoxFan/title-align
Implement title alignment
Diffstat (limited to 'sway/config.c')
-rw-r--r-- | sway/config.c | 1 |
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) { config->auto_back_and_forth = false; config->reading = false; config->show_marks = true; + config->title_align = ALIGN_LEFT; config->tiling_drag = true; config->smart_gaps = false; |