all repos — dwm @ 29355bd38284ed9aec8d3ffabde61db73947c9f9

fork of suckless dynamic window manager

README (view raw)

 1dwm - dynamic window manager
 2----------------------------
 3
 4dwm is an extremly fast, small, and dynamic X11 window manager.
 5
 6
 7Requirements
 8------------
 9In order to build dwm you need the Xlib header files.
10
11
12Installation
13------------
14Edit config.mk to match your local setup. dwm is installed into
15the /usr/local namespace by default.
16
17Afterwards enter the following command to build and install dwm (if
18necessary as root):
19
20    make clean install
21
22
23Running dwm
24-----------
25Add the following line to your .xinitrc to start dwm using startx:
26
27    exec dwm
28
29In order to connect dwm to a specific display, make sure that
30the DISPLAY environment variable is set correctly, e.g.:
31
32    DISPLAY=foo.bar:1 exec dwm
33
34This will start dwm on display :1 of the host foo.bar.
35
36
37Configuration
38-------------
39The configuration of dwm is done by customizing the wm.h source file. To
40customize the key bindings edit dev.c.