From 4922b245c1d5bb5700b104b2c87c2d35a40e76cc Mon Sep 17 00:00:00 2001 From: Orestis Floros Date: Thu, 9 Apr 2020 15:11:46 +0200 Subject: Revert "Avoid resizing fullscreen container" This reverts commit 1a2882d740ecc01312cf26ea5fac608077af7386. As mentioned in https://github.com/i3/i3/issues/3980#issuecomment-611515497, this disables resizing children of fullscreen containers. --- src/click.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/click.c b/src/click.c index f038f290..19076252 100644 --- a/src/click.c +++ b/src/click.c @@ -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)) -- cgit v1.2.3-54-g00ecf