Merge pull request #2679 from aserowy/master

hyprland module: added sort_workspaces after rename occured
This commit is contained in:
Alexis Rouillard 2023-11-20 14:02:39 +01:00 committed by GitHub
commit 20b89d5d13
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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) {