From 498a0e605cb0260f3a1d9c1ffc092b3041337033 Mon Sep 17 00:00:00 2001 From: Guido Cella Date: Tue, 15 Sep 2026 10:24:34 +0200 Subject: [PATCH] don't resize on commit Fixes https://codeberg.org/dwl/dwl/issues/1229 Reverts 32e66f4 This could be called only on the initial_commit, but it was added to fix https://github.com/djpohly/dwl/issues/515 which I can't reproduce after removing it, so let's try to remove it completely. --- dwl.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/dwl.c b/dwl.c index 6636a4d..44d57ab 100644 --- a/dwl.c +++ b/dwl.c @@ -956,8 +956,6 @@ commitnotify(struct wl_listener *listener, void *data) WLR_EDGE_RIGHT); return; } - - resize(c, c->geom, (c->isfloating && !c->isfullscreen)); } void