diff --git a/pyprland/plugins/scratchpads.py b/pyprland/plugins/scratchpads.py index 3ef0dc2..27c88d2 100644 --- a/pyprland/plugins/scratchpads.py +++ b/pyprland/plugins/scratchpads.py @@ -613,7 +613,7 @@ async def run_show(self, uid) -> None: scratch.uid for scratch in self.scratches.values() if scratch.uid != uid ] for tbh_scratch in excluded: - self.log.info("hidding ") + self.log.info("hidding %s", tbh_scratch) await self.run_hide(tbh_scratch, autohide=True) await item.updateClientInfo() await item.initialize()