X-Git-Url: https://git.xinqibao.xyz/dwm.git/blobdiff_plain/16c67f32d62849792c8e6d4fdec22a1896f9c279..d7e17087ed2fc5eed57efa03e81460e3e41f7238:/README?ds=sidebyside diff --git a/README b/README index 814549e..55fe9cd 100644 --- a/README +++ b/README @@ -1,8 +1,8 @@ gridwm ------ -gridwm is an automatic X11 window manager which arranges all windows in a grid. -One goal is not to exceed 3kSLOC. +gridwm is an extremly fast, small, and automatic X11 window manager. It +arranges all windows in a grid. Requirements @@ -30,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.