diff options
author | B. Watson <yalhcru@gmail.com> | 2018-06-28 16:06:14 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-07-07 06:54:20 +0700 |
commit | dba04447f4df0e08c713bdbfc96d8165ab5ea55a (patch) | |
tree | 632cc77f4dcaa6ff87a9424920022bb4d133a2cf /desktop/mcwm/README | |
parent | d5690dff5cca300982ce1d4d2aa9f31e4622d44b (diff) |
desktop/mcwm: New maintainer.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'desktop/mcwm/README')
-rw-r--r-- | desktop/mcwm/README | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/desktop/mcwm/README b/desktop/mcwm/README index 5d39e38c1fc23..095685e4202c7 100644 --- a/desktop/mcwm/README +++ b/desktop/mcwm/README @@ -1,3 +1,5 @@ +mcwm (Minimalist X11 floating window manager) + mcwm is a minimalist window manager for the X Window System written directly on top of the X protocol C-language Binding, XCB. It is a traditional floating window manager with no fancy smarts like those in @@ -22,3 +24,14 @@ Features: * Written in straight C (C99). * Written using only XCB. * Few dependencies. + +Since most config options are compiled in, rather than read from +a config file, this build allows a user-supplied config.h. To +customize the config, use a sequence of commands like: + +# sh extractconfig.sh +# vi config.h # or emacs, nano, etc +# ./mcwm.SlackBuild + +If there's a config.h in the SlackBuild's directory, it will be +used instead of the default one. |