From ca11f373d520ed14195811f3d3a0924f3bdebd06 Mon Sep 17 00:00:00 2001 From: fdev31 Date: Sun, 30 Jul 2023 00:09:00 +0200 Subject: [PATCH] add bug ref in comment --- pyprland/plugins/scratchpads.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyprland/plugins/scratchpads.py b/pyprland/plugins/scratchpads.py index 5c480dd..97a26bd 100644 --- a/pyprland/plugins/scratchpads.py +++ b/pyprland/plugins/scratchpads.py @@ -224,7 +224,7 @@ class Extension(Plugin): if wrkspc.startswith("special"): item = self.scratches_by_address.get(addr) if not item and self._respawned_scratches: - # XXX: hack for windows which aren't related to the process + # hack for windows which aren't related to the process (see #8) class_lookup_hack = [ self.scratches[name] for name in self._respawned_scratches