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/meson.build | 1 + 1 file changed, 1 insertion(+) (limited to 'sway/meson.build') diff --git a/sway/meson.build b/sway/meson.build index c8c95a96..75131891 100644 --- a/sway/meson.build +++ b/sway/meson.build @@ -88,6 +88,7 @@ sway_sources = files( 'commands/swaynag_command.c', 'commands/swap.c', 'commands/tiling_drag.c', + 'commands/title_align.c', 'commands/title_format.c', 'commands/titlebar_border_thickness.c', 'commands/titlebar_padding.c', -- cgit v1.2.3-54-g00ecf