aewl
changeset 17:aaf520f53110
updated README
author | Anselm R. Garbe <garbeam@wmii.de> |
---|---|
date | Tue, 11 Jul 2006 18:59:09 +0200 |
parents | 359b6e563b95 |
children | 1efa34c6e1b6 |
files | README |
diffstat | 1 files changed, 15 insertions(+), 5 deletions(-) [+] |
line diff
1.1 --- a/README Tue Jul 11 18:53:41 2006 +0200 1.2 +++ b/README Tue Jul 11 18:59:09 2006 +0200 1.3 @@ -1,8 +1,16 @@ 1.4 gridwm 1.5 ------ 1.6 1.7 -gridwm is an automatic X11 window manager which arranges all windows in a grid. 1.8 -One goal is not to exceed 3kSLOC. 1.9 +gridwm is an extremly fast, small, and automatic X11 window manager. It 1.10 +arranges all windows in a grid. 1.11 + 1.12 + 1.13 +Configuration 1.14 +------------- 1.15 +You have to edit the source code for configuration, this WM is intended to 1.16 +provide sane defaults, if something doesn't fits your needs, edit config.h and 1.17 +maybe key.c. To change the status output edit that status variable definition 1.18 +in wm.c. 1.19 1.20 1.21 Requirements 1.22 @@ -30,12 +38,14 @@ 1.23 In order to connect gridwm to a specific display, make sure that 1.24 the DISPLAY environment variable is set correctly, e.g.: 1.25 1.26 - DISPLAY=foo.bar:1 exec wmii 1.27 + DISPLAY=foo.bar:1 exec gridwm 1.28 1.29 This will start gridwm on display :1 of the host foo.bar. 1.30 1.31 1.32 Configuration 1.33 ------------- 1.34 -The configuration of gridwm is done by customizing the config.h 1.35 -source file. 1.36 +The configuration of gridwm is done by customizing the config.h source file. To 1.37 +customize the key bindings edit key.c. To change the status output, edit the 1.38 +status command definition in wm.c. 1.39 +