]> git.sur5r.net Git - i3/i3/blobdiff - include/config.h
Make show_marks configurable
[i3/i3] / include / config.h
index 5b534fb7379a4aef5f485f7e3b80b9cd513ae6f7..fb11cbe3a743bf02b77a247968a39e297740e1b3 100644 (file)
@@ -179,6 +179,10 @@ struct Config {
         FOWA_NONE
     } focus_on_window_activation;
 
+    /** Specifies whether or not marks should be displayed in the window
+     * decoration. Marks starting with a "_" will be ignored either way. */
+    bool show_marks;
+
     /** The default border style for new windows. */
     border_style_t default_border;