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

Floating containers are not considered when reordering #186

Open
lewisbolaton opened this issue Aug 19, 2021 · 0 comments
Open

Floating containers are not considered when reordering #186

lewisbolaton opened this issue Aug 19, 2021 · 0 comments

Comments

@lewisbolaton
Copy link

Steps to reproduce
1 Create three workspaces [1, 2, 3] with 2 and 3 only having floating windows
2 Close the floating window in 2
3 Move to another workspace

Intented result
The floating window in 3 should be moved to 2 and and resulting workspace would be [1, 2]

Actual result
The floating window stays in 3 and the workspace still leaves a gap ([1, 3])

for c in containers:
for i in c.leaves():
i.command("move container to workspace %s" % least_number)
least_number += 1

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

No branches or pull requests

1 participant