equal
deleted
inserted
replaced
1 gridwm |
1 gridwm |
2 ------ |
2 ------ |
3 |
3 |
4 gridwm is an extremly fast, small, and automatic X11 window manager. It |
4 gridwm is an extremly fast, small, and automatic X11 window manager. It |
5 arranges all windows in a grid. |
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. |
|
14 |
6 |
15 |
7 |
16 Requirements |
8 Requirements |
17 ------------ |
9 ------------ |
18 In order to build gridwm you need the Xlib header files. |
10 In order to build gridwm you need the Xlib header files. |
44 |
36 |
45 |
37 |
46 Configuration |
38 Configuration |
47 ------------- |
39 ------------- |
48 The configuration of gridwm is done by customizing the config.h source file. To |
40 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 |
41 customize the key bindings edit kb.c. To change the status output, edit the |
50 status command definition in wm.c. |
42 status command definition in wm.c. |
51 |
43 |