]> git.sur5r.net Git - i3/i3/blobdiff - include/commands.h
Implement 'rename workspace <old_name> to <new_name>'
[i3/i3] / include / commands.h
index 942007416bd29c88468e0ef9c7bb50e51240103d..85057d1919e9d31a171598d115d5491eabb07263 100644 (file)
@@ -259,4 +259,10 @@ void cmd_move_scratchpad(I3_CMD);
  */
 void cmd_scratchpad_show(I3_CMD);
 
+/**
+ * Implementation of 'rename workspace <name> to <name>'
+ *
+ */
+void cmd_rename_workspace(I3_CMD, char *old_name, char *new_name);
+
 #endif