]> git.sur5r.net Git - i3/i3/commit
Add title_align config directive 3452/head
authorAestek <thib.gilles@gmail.com>
Sun, 22 Apr 2018 01:55:37 +0000 (03:55 +0200)
committerOrestis Floros <orestisf1993@gmail.com>
Fri, 12 Oct 2018 16:58:48 +0000 (19:58 +0300)
commit6d82753d53f680432f8167bc0b514fb1aa044fbb
tree5d8cab8a28a0cabe0f6123d8e3637805d7aa3dda
parentdfe89cc4f1706a6fae0ae3816787d0fb22dadd7d
Add title_align config directive

Controls the window titles alignment in title bars. Possible values are:
- left
- center
- right

Co-authored-by: Orestis Floros <orestisf1993@gmail.com>
- 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
docs/userguide
include/config_directives.h
include/configuration.h
parser-specs/config.spec
src/config_directives.c
src/x.c
testcases/t/201-config-parser.t