sculpt/nitpicker: use label for matching decorator

The 'label_suffix=" -> decorator"' rule is weaker than the
more generic 'label_prefix="runtime -> wm"' rule, to the effect that the
decorator is assigned to the "desktop" domain instead of the "decorator"
domain. Replace the 'label_prefix' by the decorator's concrete label
to resolve this ambiguity.
This commit is contained in:
Norman Feske 2024-12-04 12:02:50 +01:00 committed by Christian Helmuth
parent 4da68e11b6
commit 1ddbb3444c

View File

@ -15,7 +15,7 @@
<domain name="follow_touch" layer="6" origin="pointer" label="no" hover="always" content="client" focus="transient" width="720" height="960"/>
<domain name="background" layer="7" content="client" label="no" hover="always" focus="transient" />
<policy label_suffix="-> decorator" domain="decorator"/>
<policy label="runtime -> wm -> wm -> decorator" domain="decorator"/>
<policy label_prefix="runtime -> wm" domain="desktop"/>
<policy label_prefix="runtime -> themed_wm" domain="desktop"/>
<policy label_prefix="runtime -> touch_keyboard" domain="touch_keyboard"/>