Orestis Floros
Orestis Floros
Converted to a draft since it depends on https://github.com/i3/i3/pull/5529
@slyshot please rebase onto `next`
Just to make sure I understand, the three options are mutually exclusive, right? In that case, I think `It is impossible to drag a window outside of the currently fullscreen...
First of all, when `popup_during_fullscreen smart` is set popups do not leave fullscreen. So, this issue is only about `popup_during_fullscreen leave_fullscreen`. Should the proposed new behavior optional or the default?
Closing in favor of https://github.com/i3/i3/issues/6062, it's not exactly the same issue but the "temporary" part of this ticket would make this feature unnecessarily complicated.
2 problems: first one is easy, we need to request ButtonRelease events for windows: https://github.com/i3/i3/blob/02284acba8fd292ecb0dc738e2edb85f5a234b98/src/xcb.c#L312 Second one is complicated. Apparently, we never get the ButtonRelease event if we use `XCB_ALLOW_REPLAY_POINTER`...
I think this should also work and it's even simpler: when grabbing a button use the appropriate event mask according to Binding->release
Re-opening to consider supporting `_NET_WM_STATE_ABOVE`.
The zombie processes clean themselves up after a while for me, however in 4.22 there were no zombie processes at all. I ran a `git bisect` for this and it...
With `focus_follows_mouse no`, it seems that the current behavior is reasonable: The initially clicked window retains focus. With `focus_follows_mouse yes`, it seems that the current behavior is to always pick...