1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
Source: mcwm
Section: unknown
Priority: extra
Maintainer: cos <cos>
Build-Depends: debhelper (>= 7),
libxcb1-dev,
libxcb-keysyms1-dev,
libxcb-randr0-dev,
libxcb-util0-dev,
libxcb-icccm4-dev
Standards-Version: 3.7.3
Homepage: http://www.hack.org/mc/hacks/mcwm/
Package: mcwm
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: The name “mcwm” comes from ”MC's Window Manager”
This is a window manager for the X Window System written entirely with
XCB, the straight X protocol binding to the C language. It doesn't use
libX11 at all.
.
It's a minimalistic, floating window manager. The only window
decoration is a thin border. All functions can be done with the
keyboard, but moving, resizing, raising and lowering can also be done
with the mouse.
.
If you don't like the default key bindings, border width, et cetera,
look in the config.h file, change and recompile.
.
See the manual page for how to use it.
|