1 dwm - dynamic window manager
2 ============================
3 dwm is an extremely fast, small, and dynamic window manager for X.
8 In order to build dwm you need the Xlib header files.
13 Edit config.mk to match your local setup (dwm is installed into
14 the /usr/local namespace by default).
16 Afterwards enter the following command to build and install dwm (if
21 If you are going to use the default bluegray color scheme it is highly
22 recommended to also install the bluegray files shipped in the dextra package.
27 Add the following line to your .xinitrc to start dwm using startx:
31 In order to connect dwm to a specific display, make sure that
32 the DISPLAY environment variable is set correctly, e.g.:
34 DISPLAY=foo.bar:1 exec dwm
36 (This will start dwm on display :1 of the host foo.bar.)
38 In order to display status info in the bar, you can do something
39 like this in your .xinitrc:
43 echo `date` `uptime | sed 's/.*,//'`
50 The configuration of dwm is done by creating a custom config.h
51 and (re)compiling the source code.