X-Git-Url: https://jasonwoof.com/gitweb/?p=dwm.git;a=blobdiff_plain;f=README;h=55fe9cdf9cc314ea92a78982dd6e42f1f9024a2d;hp=c766f1bd13651405a226ad55b738d420be9bad9b;hb=8b59083eb13c0712e04d9a5b6d7bf4af5913c442;hpb=1076f2b6b3d3751d5d5db6fcb9ac8c247e04e893 diff --git a/README b/README index c766f1b..55fe9cd 100644 --- a/README +++ b/README @@ -1,7 +1,8 @@ gridwm ------ -gridwm is an automatic X11 window manager which arranges all windows in a grid. +gridwm is an extremly fast, small, and automatic X11 window manager. It +arranges all windows in a grid. Requirements @@ -29,12 +30,12 @@ Add the following line to your .xinitrc to start gridwm using startx: In order to connect gridwm to a specific display, make sure that the DISPLAY environment variable is set correctly, e.g.: - DISPLAY=foo.bar:1 exec wmii + DISPLAY=foo.bar:1 exec gridwm This will start gridwm on display :1 of the host foo.bar. Configuration ------------- -The configuration of gridwm is done by customizing the config.h -source file. +The configuration of gridwm is done by customizing the wm.h source file. To +customize the key bindings edit kb.c.