mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-18 21:27:56 +00:00
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:
parent
4da68e11b6
commit
1ddbb3444c
@ -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"/>
|
||||
|
Loading…
Reference in New Issue
Block a user