updated README 5ed16fae
Anselm R. Garbe · 2006-07-11 18:59 1 file(s) · +15 −5
README +15 −5
1 1
gridwm
2 2
------
3 3
4 -
gridwm is an automatic X11 window manager which arranges all windows in a grid.
5 -
One goal is not to exceed 3kSLOC.
4 +
gridwm is an extremly fast, small, and automatic X11 window manager.  It
5 +
arranges all windows in a grid.
6 +
7 +
8 +
Configuration
9 +
-------------
10 +
You have to edit the source code for configuration, this WM is intended to
11 +
provide sane defaults, if something doesn't fits your needs, edit config.h and
12 +
maybe key.c. To change the status output edit that status variable definition
13 +
in wm.c.
6 14
7 15
8 16
Requirements
30 38
In order to connect gridwm to a specific display, make sure that
31 39
the DISPLAY environment variable is set correctly, e.g.:
32 40
33 -
    DISPLAY=foo.bar:1 exec wmii
41 +
    DISPLAY=foo.bar:1 exec gridwm
34 42
35 43
This will start gridwm on display :1 of the host foo.bar.
36 44
37 45
38 46
Configuration
39 47
-------------
40 -
The configuration of gridwm is done by customizing the config.h
41 -
source file.
48 +
The configuration of gridwm is done by customizing the config.h source file. To
49 +
customize the key bindings edit key.c. To change the status output, edit the
50 +
status command definition in wm.c.
51 +