hyprland module: added sort_workspaces after rename occured
Signed-off-by: aserowy <serowy@hotmail.com>pull/2679/head
parent
0a747ddafc
commit
b6b495e1bc
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue