Xinqi Bao's Git
projects
/
dwm.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
raw
|
inline
| side by side
added grid mode on Mod1Mask g
[dwm.git]
/
README
diff --git
a/README
b/README
index
c766f1b
..
bd60b68
100644
(file)
--- a/
README
+++ b/
README
@@
-1,7
+1,8
@@
gridwm
------
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
Requirements
@@
-29,12
+30,14
@@
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.:
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
-------------
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 config.h source file. To
+customize the key bindings edit kb.c. To change the status output, edit the
+status command definition in wm.c.
+