]> git.sur5r.net Git - i3/i3/blobdiff - include/configuration.h
Add strip_workspace_name
[i3/i3] / include / configuration.h
index 8f1ce3320353664296fa49a410f717e2049e9016..87897aafcd7137592e0d1e4725d29de2cdbeb9e1 100644 (file)
@@ -331,6 +331,10 @@ struct Barconfig {
      * 'strip_workspace_numbers yes'. */
     bool strip_workspace_numbers;
 
+    /** Strip workspace name? Configuration option is
+     * 'strip_workspace_name yes'. */
+    bool strip_workspace_name;
+
     /** Hide mode button? Configuration option is 'binding_mode_indicator no'
      * but we invert the bool for the same reason as hide_workspace_buttons.*/
     bool hide_binding_mode_indicator;
@@ -384,6 +388,9 @@ struct Barbinding {
     /** The command which is to be executed for this button. */
     char *command;
 
+    /** If true, the command will be executed after the button is released. */
+    bool release;
+
     TAILQ_ENTRY(Barbinding)
     bindings;
 };