Merge pull request #3452 from orestisf1993/title_align

Add title_align config directive
This commit is contained in:
Ingo Bürk
2018-10-23 16:41:54 +02:00
committed by GitHub
7 changed files with 70 additions and 4 deletions

View File

@ -201,6 +201,13 @@ struct Config {
* decoration. Marks starting with a "_" will be ignored either way. */
bool show_marks;
/** Title alignment options. */
enum {
ALIGN_LEFT,
ALIGN_CENTER,
ALIGN_RIGHT
} title_align;
/** The default border style for new windows. */
border_style_t default_border;