mirror of
https://github.com/rad4day/Waybar.git
synced 2025-07-13 22:52:30 +02:00
hyprland module: added sort_workspaces after rename occured
Signed-off-by: aserowy <serowy@hotmail.com>
This commit is contained in:
@ -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) {
|
||||
|
Reference in New Issue
Block a user