]> git.sur5r.net Git - i3/i3/blobdiff - include/configuration.h
Add title_align config directive
[i3/i3] / include / configuration.h
index 3eccca4cef604d3ebbd89ab4650ffb682d075700..a1e9cc8029418d3fa8af098d70fd9bd2f84c71aa 100644 (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;