Cannot move mouse onto fuzzel with focus-follows-mouse #142
Open
opened 1 month ago by WhyNotHugo
·
0 comments
Loading…
Reference in new issue
There is no content yet.
Delete Branch '%!s(<nil>)'
Deleting a branch is permanent. It CANNOT be undone. Continue?
I have three windows on screen:
Fuzzel opens floating over window2. It does not extend beyond window2. If the mouse is initially on window3, trying to move it onto fuzzel fails, because when the mouse switches from window3 to window2 fuzzel exits.
Perhaps this could be solved by disabling exit-on-focus-loss if and only if the mouse it not initially over it?
Otherwise it can often be impossible to focus fuzzel.
Vaguely related to #128, but not quite the same.