From 6134ac44cf32f2b895ec15a5b1566eb1c36d6771 Mon Sep 17 00:00:00 2001 From: "Carsten Haitzler (Rasterman)" Date: Fri, 9 Aug 2019 22:18:14 +0100 Subject: [PATCH] tiling - disable last frame adj - this blocks resizing entirely... for me this seems to improve things... drastically... fixes resizing int iling whne no borders selected. --- src/modules/tiling/e_mod_tiling.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/modules/tiling/e_mod_tiling.c b/src/modules/tiling/e_mod_tiling.c index 62c6e29d0..12f097a05 100644 --- a/src/modules/tiling/e_mod_tiling.c +++ b/src/modules/tiling/e_mod_tiling.c @@ -1144,7 +1144,8 @@ _move_or_resize(E_Client *ec) { return; } - +/* This seems to create more issues than it seemingly solves? it stops + * resizes when no borders are there.... if (!extra->last_frame_adjustment) { printf @@ -1152,7 +1153,7 @@ _move_or_resize(E_Client *ec) _reapply_tree(); return; } - + */ Window_Tree *item = tiling_window_tree_client_find(_G.tinfo->tree, ec); if (!item)