-
-
Notifications
You must be signed in to change notification settings - Fork 274
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
simpleTabbed jumps to first tab when moving floating window #313
Comments
Floating windows are not going to behave sanely regardless of layout. The behavior difference here is because the tabs themselves are part of the Fixing this requires refiguring most of xmonad's guts and working out how floats and other special windows (such as aforementioned tabs) should work, and will be backwards incompatible as it will almost certainly need to move floating windows into the layout which currently only deals with tabbed windows. |
@geekosaur Aha, that's disappointing. So I assume there is no simple workaround I can do either? Thanks for the quick answer! |
There are various modules that try to track floating windows better, but I suspect none of them handles how Tabbed hides its tabs in the This was one of the oldest bugs in the old bug tracker; it's been frustrating for years, since it looks like a complete redesign is needed to fix it properly. |
Should I close this as a duplicate of that issue then? |
I'm not even seeing the issue in our current tracker offhand; we may have given up on it. |
I know it's been 2 years since this was last discussed, but others may find this useful. I've been experiencing the occasional bug with this solution, but, overall, it works. And, the experience is certainly better with, than without it! |
Hej. TrackFloating did not worked for me. Is there an update on this? |
Problem Description
When using tabbed layout with simpleTabbed, the focus will jump to the first tab when moving a floating window. The same problem does not appear with the Full layout.
Steps to reproduce:
Configuration File
Please include the smallest configuration file that reproduces the
problem you are experiencing:
Checklist
I've read CONTRIBUTING.md
I have not tested my configuration with xmonad-testing
No, I don't think it is relevant. I can do if you think it is.
The text was updated successfully, but these errors were encountered: