]> git.sur5r.net Git - i3/i3/blobdiff - include/startup.h
Move resolve_tilde and get_config_path into libi3
[i3/i3] / include / startup.h
index 2f28baa772f9000918c9a6e341579d0f6a94c056..cb784913b303efc859a6894750673b4a596288ee 100644 (file)
@@ -44,6 +44,12 @@ void startup_sequence_delete(struct Startup_Sequence *sequence);
  */
 void startup_monitor_event(SnMonitorEvent *event, void *userdata);
 
+/**
+ * Renames workspaces that are mentioned in the startup sequences.
+ *
+ */
+void startup_sequence_rename_workspace(char *old_name, char *new_name);
+
 /**
  * Gets the stored startup sequence for the _NET_STARTUP_ID of a given window.
  *