]> git.sur5r.net Git - i3/i3/blobdiff - include/commands.h
Added command directive 'title_format'.
[i3/i3] / include / commands.h
index 16b7e146175dff6f6541e313eb01c68392dc0af0..6d1046d4b74cece97c59ee2ee36e475dbb13eeda 100644 (file)
@@ -276,6 +276,12 @@ void cmd_move_scratchpad(I3_CMD);
  */
 void cmd_scratchpad_show(I3_CMD);
 
+/**
+ * Implementation of 'title_format <format>'
+ *
+ */
+void cmd_title_format(I3_CMD, char *format);
+
 /**
  * Implementation of 'rename workspace <name> to <name>'
  *