Open ixzh opened 3 years ago
After rename WS 1 to 2, tabs persist behind the BSP layout:
WS 2
WS 8 tabs persist on every other workspaces
rename WS 2 back to 1, back to normal, and tabs disappear from other workspaces: WS 1
I guess tabbed
doesn't clean up after itself—sounds like one of the reasons we now broadcast ReleaseResources
, right? Admittedly, I haven't looked into all of this too deeply but perhaps @liskin knows more
It's not tabbed
not cleaning up after itself, it's PerWorkspace
not telling it to clean up when it switches to the other layout. It's a known issue (#75) affecting several layouts. I guess I might want to prioritize #582 after all and deal with these issues at the same time.
Problem Description
I have a combined layout with tabbed as a sub-layout, and use PerWorkspace to have BSP on WS2. (see myLayout below)
When I rename WS 1 to 2, the layout changes to BSP as expected, but the the tabs persist (instead of disappearing). In effect, it appears on every workspace.
Steps to Reproduce
Configuration File
Checklist
[x] I've read CONTRIBUTING.md
I tested my configuration
xmonad
version 0.17.0xmonad-contrib
version 0.17.0