Revert "don't resize on commit"

This reverts commit 498a0e605c.

Without resizing on every commit the top left of firefox is cropped.
This commit is contained in:
Guido Cella
2026-09-15 15:24:45 +02:00
parent 68c6319e3f
commit 36c80aff03
+2
View File
@@ -956,6 +956,8 @@ commitnotify(struct wl_listener *listener, void *data)
WLR_EDGE_RIGHT); WLR_EDGE_RIGHT);
return; return;
} }
resize(c, c->geom, (c->isfloating && !c->isfullscreen));
} }
void void