mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-28 09:38:53 +00:00
c6fd0055b1
This commit moves the window layouter and window decorator into dedicated packages that can now be combined with the "wm" server at runtime and restarted/reconfigured/swapped-out independently. To use the window manager, one must start the 'wm', 'window_layouter', and one of the 'motif_decorator' or 'themed_decorator' subsystems. Fixes #3024
7 lines
180 B
Plaintext
7 lines
180 B
Plaintext
<launcher pkg="wm">
|
|
<route>
|
|
<service name="Nitpicker" label="wm -> "> <parent label="focus"/> </service>
|
|
<service name="Nitpicker"> <parent/> </service>
|
|
</route>
|
|
</launcher>
|