diff --git a/src/modules/hyprland/workspaces.cpp b/src/modules/hyprland/workspaces.cpp index 1f817262..332d7617 100644 --- a/src/modules/hyprland/workspaces.cpp +++ b/src/modules/hyprland/workspaces.cpp @@ -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) {