]> git.sur5r.net Git - i3/i3/blobdiff - include/commands.h
introduced i3 command for changing the hidden state and the mode of i3bar
[i3/i3] / include / commands.h
index a517d83e09a04b71921993f3792c60325e0e0715..87f0ac1ac775f7bee549378b283c0d65d859072d 100644 (file)
@@ -265,4 +265,10 @@ void cmd_scratchpad_show(I3_CMD);
  */
 void cmd_rename_workspace(I3_CMD, char *old_name, char *new_name);
 
+/**
+ * Implementation of 'bar (hidden_state hide|show|toggle)|(mode dock|hide|invisible|toggle) [<bar_id>]'
+ *
+ */
+void cmd_bar(I3_CMD, char *bar_type, char *bar_value, char *bar_id);
+
 #endif