summaryrefslogtreecommitdiffstats
path: root/desktop/mcwm/README
diff options
context:
space:
mode:
author Leonard Schmidt2014-08-29 07:22:03 +0200
committer Willy Sudiarto Raharjo2014-08-30 09:19:25 +0200
commitcd91fe204f9bc00a910a88ad6d2dd513495aa76f (patch)
treebe88443d1a0a3544d0ca232c1d7123f4fbcc5fbb /desktop/mcwm/README
parent617084c522f6b7acaca8fc45f662c196ba9739b0 (diff)
downloadslackbuilds-cd91fe204f9bc00a910a88ad6d2dd513495aa76f.tar.gz
desktop/mcwm: Added (Minimalist X11 floating window manager).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop/mcwm/README')
-rw-r--r--desktop/mcwm/README24
1 files changed, 24 insertions, 0 deletions
diff --git a/desktop/mcwm/README b/desktop/mcwm/README
new file mode 100644
index 0000000000..5d39e38c1f
--- /dev/null
+++ b/desktop/mcwm/README
@@ -0,0 +1,24 @@
+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
+modern tiling window managers.
+
+In mcwm all functions are available from the keyboard but a pointing
+device can be used for move, resize and raise/lower.
+
+Features:
+
+ * Small.
+ * Fast.
+ * No icons. (But it can hide windows completely.)
+ * Sloppy focus.
+ * Toggling vertical and full screen maximizing.
+ * Virtual screens/workspaces.
+ * Crash proof window placement.
+ * Only users can move and resize windows.
+ * Multihead support.
+ * Good keyboard control.
+ * No garish decorations (only 1 pixel border by default).
+ * Written in straight C (C99).
+ * Written using only XCB.
+ * Few dependencies.