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

fix(sway/workspaces): Visible class doesn't work on visible and empty workspaces #3066

Merged
merged 1 commit into from
Mar 25, 2024

Conversation

MauroGuida
Copy link
Contributor

This fix is necessary to correctly apply the #workspaces button.visible style to all visible workspaces. This includes cases where workspaces are empty but still visible on the screen. This issue was introduced in #2944, which changes ipc_.sendCmd(IPC_GET_WORKSPACES) to ipc_.sendCmd(IPC_GET_TREE). Therefore, the logic should be adjusted to handle the new IPC response correctly.

@Alexays Alexays merged commit b652b42 into Alexays:master Mar 25, 2024
8 of 9 checks passed
@Alexays
Copy link
Owner

Alexays commented Mar 25, 2024

Thanks!

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.

None yet

2 participants