From b6b495e1bc70ed0f29f15f997286718c22c1c535 Mon Sep 17 00:00:00 2001 From: aserowy Date: Sat, 18 Nov 2023 11:36:47 +0100 Subject: [PATCH] hyprland module: added sort_workspaces after rename occured Signed-off-by: aserowy --- src/modules/hyprland/workspaces.cpp | 1 + 1 file changed, 1 insertion(+) 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) {