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 #waybar.solo CSS rule applying on split #946

Merged
merged 2 commits into from
Dec 23, 2020

Conversation

haritkapadia
Copy link

This error occurs because of an incorrect assumption that the size of the list of nodes that contains the focused window is the number of windows in a workspace.

The windows in a workspace are stored as a tree by Sway, rather than a list, so the number of windows has to be found by counting the leaves of a workspace tree.

This error occurs because of an incorrect assumption that the size of
the list of nodes that contains the focused window is the number of
windows in a workspace.

The windows in a workspace are stored as a tree by Sway, rather than a
list, so the number of windows has to be found by counting the leaves of
a workspace tree.
@Alexays
Copy link
Owner

Alexays commented Dec 23, 2020

Thanks!

@Alexays Alexays merged commit 73eb517 into Alexays:master Dec 23, 2020
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.

2 participants