From: Aestek Date: Sun, 22 Apr 2018 01:55:37 +0000 (+0200) Subject: Add title_align config directive X-Git-Tag: 4.16~8^2 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=6d82753d53f680432f8167bc0b514fb1aa044fbb;hp=6d82753d53f680432f8167bc0b514fb1aa044fbb;p=i3%2Fi3 Add title_align config directive Controls the window titles alignment in title bars. Possible values are: - left - center - right Co-authored-by: Orestis Floros - Made title_align a config directive instead of a command. Helps with some tree_render() issues we had. - Made title_max_width the same for all 3 cases. - Modified title offset calculations and added explanations for each case. - Append title_padding to mark_width if a mark exists. Fixes #1750 ---