dwm-meillo
diff README @ 34:cd30cce52b78
added logo+description
author | Anselm R. Garbe <garbeam@wmii.de> |
---|---|
date | Thu, 13 Jul 2006 09:32:22 +0200 |
parents | 082c75b937b5 |
children | eb14fb2c0ee0 |
line diff
1.1 --- a/README Thu Jul 13 01:55:54 2006 +0200 1.2 +++ b/README Thu Jul 13 09:32:22 2006 +0200 1.3 @@ -1,41 +1,40 @@ 1.4 -gridwm 1.5 +dwm 1.6 ------ 1.7 1.8 -gridwm is an extremly fast, small, and automatic X11 window manager. It 1.9 -arranges all windows in a grid. 1.10 +dwm is an extremly fast, small, and dynamic X11 window manager. 1.11 1.12 1.13 Requirements 1.14 ------------ 1.15 -In order to build gridwm you need the Xlib header files. 1.16 +In order to build dwm you need the Xlib header files. 1.17 1.18 1.19 Installation 1.20 ------------ 1.21 -Edit config.mk to match your local setup. gridwm is installed into 1.22 +Edit config.mk to match your local setup. dwm is installed into 1.23 the /usr/local namespace by default. 1.24 1.25 -Afterwards enter the following command to build and install gridwm (if 1.26 +Afterwards enter the following command to build and install dwm (if 1.27 necessary as root): 1.28 1.29 make clean install 1.30 1.31 1.32 -Running gridwm 1.33 +Running dwm 1.34 -------------- 1.35 -Add the following line to your .xinitrc to start gridwm using startx: 1.36 +Add the following line to your .xinitrc to start dwm using startx: 1.37 1.38 - exec gridwm 1.39 + exec dwm 1.40 1.41 -In order to connect gridwm to a specific display, make sure that 1.42 +In order to connect dwm to a specific display, make sure that 1.43 the DISPLAY environment variable is set correctly, e.g.: 1.44 1.45 - DISPLAY=foo.bar:1 exec gridwm 1.46 + DISPLAY=foo.bar:1 exec dwm 1.47 1.48 -This will start gridwm on display :1 of the host foo.bar. 1.49 +This will start dwm on display :1 of the host foo.bar. 1.50 1.51 1.52 Configuration 1.53 ------------- 1.54 -The configuration of gridwm is done by customizing the wm.h source file. To 1.55 +The configuration of dwm is done by customizing the wm.h source file. To 1.56 customize the key bindings edit kb.c.