From 506782977e2b5da7f10739516c903329ecde6ad8 Mon Sep 17 00:00:00 2001 From: fdev31 Date: Sat, 28 Oct 2023 16:01:00 +0200 Subject: [PATCH] fix regression (updating client info) Allows auto-recentering of resized client windows --- pyprland/plugins/scratchpads.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pyprland/plugins/scratchpads.py b/pyprland/plugins/scratchpads.py index a1ff2aa..f3b413d 100644 --- a/pyprland/plugins/scratchpads.py +++ b/pyprland/plugins/scratchpads.py @@ -426,6 +426,7 @@ class Extension(Plugin): # pylint: disable=missing-class-docstring {{{ self.log.info("Showing %s", uid) await self.ensure_alive(uid, item) + await item.updateClientInfo() await item.initialize() item.visible = True