Rename workspaces in startup sequences.
When renaming workspaces, any workspace names in pending startup sequences also need to be renamed.
This commit is contained in:
@ -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.
|
||||
*
|
||||
|
Reference in New Issue
Block a user