Merge pull request #1539 from mh21/wsrename-1527

Rename workspaces in startup sequences
This commit is contained in:
Michael Stapelberg
2015-03-14 04:56:19 -07:00
4 changed files with 29 additions and 0 deletions

View File

@ -1934,6 +1934,8 @@ void cmd_rename_workspace(I3_CMD, char *old_name, char *new_name) {
ewmh_update_desktop_names();
ewmh_update_desktop_viewport();
ewmh_update_current_desktop();
startup_sequence_rename_workspace(old_name, new_name);
}
/*