From 94b99069f00413e5ad426c93a8ffbd52386d5b4e Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Sat, 12 Sep 2026 19:17:23 +0200 Subject: fix(window-switcher): namespace it like the other four The layer surface announced itself as window-switcher, while the other components all use a quickshell- prefix and the blur rules in decorations.lua match on it. A rule for the odd one out would have been the only one in that file matching a bare name, so the component matches the convention instead. Co-Authored-By: Claude Opus 5 Claude-Session: https://claude.ai/code/session_01SYg4wYHq5XNbiVmMeKRb1S --- window-switcher/Switcher.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'window-switcher/Switcher.qml') diff --git a/window-switcher/Switcher.qml b/window-switcher/Switcher.qml index 960cb58..d907ab7 100644 --- a/window-switcher/Switcher.qml +++ b/window-switcher/Switcher.qml @@ -75,7 +75,7 @@ Scope { color: "transparent" exclusionMode: ExclusionMode.Ignore WlrLayershell.layer: WlrLayer.Overlay - WlrLayershell.namespace: "window-switcher" + WlrLayershell.namespace: "quickshell-window-switcher" WlrLayershell.keyboardFocus: WlrKeyboardFocus.Exclusive // Keys reach a focused item, not a window: Keys.onEscapePressed on -- cgit v1.2.3