You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
myStartupHook have 7 terminal and 1 FF browser launched in a combined layout on WS1.
rename WS 1 to 2.
Layout changes to BSP, but the tabs persist on WS1, and every other workspaces.
rename WS 2 back to 1, the layout changes back to the combined one, and tabs appear only on WS 1 (as expected)
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
I've read CONTRIBUTING.md
I tested my configuration
xmonad
version 0.17.0xmonad-contrib
version 0.17.0The text was updated successfully, but these errors were encountered: