Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

hyprland module: added sort_workspaces after rename occured #2679

Merged
merged 1 commit into from
Nov 20, 2023

Conversation

aserowy
Copy link
Contributor

@aserowy aserowy commented Nov 18, 2023

added sorting of workspaces after a rename event got handled. The solution was mentioned in #2271

Signed-off-by: aserowy <serowy@hotmail.com>
@@ -339,6 +339,7 @@ void Workspaces::on_workspace_renamed(std::string const &payload) {
break;
}
}
sort_workspaces();
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So does this fix the issue? Did you test it?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Heho,

worked on my machine. :D

@Alexays Alexays merged commit 20b89d5 into Alexays:master Nov 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants