From e6562c8cd26c2e7caa4c83aaa5d734643fba4015 Mon Sep 17 00:00:00 2001 From: Brian Ashworth Date: Sun, 25 Nov 2018 22:08:58 -0500 Subject: Implement title alignment This adds support for `i3 4.16`'s ability to set the title alignment. The command is `title_align left|center|right`. When the title is on the right, marks are moved to the left. Otherwise, they are on the right. --- sway/config.c | 1 + 1 file changed, 1 insertion(+) (limited to 'sway/config.c') 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; -- cgit v1.2.3