mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-01-11 14:40:25 +01:00
Firefox windows get removed when stacked #43
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @LGUG2Z on GitHub (Oct 18, 2021).
Originally assigned to: @LGUG2Z on GitHub.
Came across an issue where Firefox windows (and presumably other multi-window apps) are being removed by
WindowManagerEvent::Hidewhen another window is stacked on top of them. When looking in the state, the container's focused index is1, but the0element (Firefox) has been removed byWorkspace.remove_window().