Revert "Avoid resizing fullscreen container"
This reverts commit 1a2882d740
.
As mentioned in
https://github.com/i3/i3/issues/3980#issuecomment-611515497, this
disables resizing children of fullscreen containers.
This commit is contained in:
parent
26cbca3d27
commit
4922b245c1
|
@ -275,11 +275,6 @@ static int route_click(Con *con, xcb_button_press_event_t *event, const bool mod
|
|||
goto done;
|
||||
}
|
||||
|
||||
if (fs) {
|
||||
/* Fullscreen container exists, avoid resizes */
|
||||
goto done;
|
||||
}
|
||||
|
||||
/* 7: floating modifier pressed, initiate a resize */
|
||||
if (dest == CLICK_INSIDE && mod_pressed && event->detail == XCB_BUTTON_CLICK_RIGHT) {
|
||||
if (floating_mod_on_tiled_client(con, event))
|
||||
|
|
Loading…
Reference in New Issue