X-Git-Url: https://git.sur5r.net/?p=i3%2Fi3;a=blobdiff_plain;f=include%2Fconfiguration.h;h=6f55ac2a57f7fe7ef280ca956267b46c63b82db9;hp=d99d9fff663cd5bc965abd0049f4f24ec2ffd250;hb=HEAD;hpb=ffc7ea8c500a2360bcbe95ea2ad7939e98be31fc diff --git a/include/configuration.h b/include/configuration.h index d99d9fff..6f55ac2a 100644 --- a/include/configuration.h +++ b/include/configuration.h @@ -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;