From 36c80aff0344b279197acb98435c77c2aff03366 Mon Sep 17 00:00:00 2001 From: Guido Cella Date: Tue, 15 Sep 2026 15:24:34 +0200 Subject: [PATCH] Revert "don't resize on commit" This reverts commit 498a0e605cb0260f3a1d9c1ffc092b3041337033. Without resizing on every commit the top left of firefox is cropped. --- dwl.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dwl.c b/dwl.c index 44d57ab..6636a4d 100644 --- a/dwl.c +++ b/dwl.c @@ -956,6 +956,8 @@ commitnotify(struct wl_listener *listener, void *data) WLR_EDGE_RIGHT); return; } + + resize(c, c->geom, (c->isfloating && !c->isfullscreen)); } void