hyprland module: added sort_workspaces after rename occured

Signed-off-by: aserowy <serowy@hotmail.com>
This commit is contained in:
aserowy 2023-11-18 11:36:47 +01:00
parent 0a747ddafc
commit b6b495e1bc
1 changed files with 1 additions and 0 deletions

View File

@ -339,6 +339,7 @@ void Workspaces::on_workspace_renamed(std::string const &payload) {
break;
}
}
sort_workspaces();
}
void Workspaces::on_monitor_focused(std::string const &payload) {