genode/repos/gems/recipes/pkg/motif_wm
Alexander Boettcher 945b4760ef sculpt: remove vfs.lib and init from common rules
to support packages using own build versions and to detect packages missing
to specify dependency on init.
2021-03-24 10:34:55 +01:00
..
archives sculpt: remove vfs.lib and init from common rules 2021-03-24 10:34:55 +01:00
hash depot: update recipe hashes 2021-02-23 12:07:18 +01:00
README Rename wm pkg to motif_wm 2018-11-16 15:07:52 +01:00
runtime sculpt: remove vfs.lib and init from common rules 2021-03-24 10:34:55 +01:00

       Subsystem for presenting GUI applications in floating windows


The package uses the motif-inspired default decorator. The decorator is
executed in a sub-init instance according to 'decorator_init.config'. This
allows us to easily override the decorator with another implementation (like
the themed decorator) provided by another package while keeping the overall
configuration of the wm subsystem.

As another advantage of hosting the decorator in a dedicated init instance,
it is possible to restart or replace the decorator at runtime by serving
the 'decorator_init.config' from a dynamic ROM service.