Commit Graph

3 Commits

Author SHA1 Message Date
Norman Feske
c6fd0055b1 sculpt: split window manager into multiple pkgs
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 
2018-11-27 11:36:35 +01:00
Norman Feske
1a75c5227e Rename wm pkg to motif_wm
This way, we can subsequently introduce a new 'wm' pkg that contains the
window manager only, w/o any hard-wired decorator and layouter.

Issue 
2018-11-16 15:07:52 +01:00
Norman Feske
b58fbe5ba5 Depot-archive recipes
Issue 
2017-05-31 13:15:56 +02:00