readme
[dwm.git] / README.md
1 ## dwm - dynamic window manager
2 This is pinosaur's patched version of dwm, the suckless window manager.
3
4 The following patches are applied:
5 - [gaps]{https://dwm.suckless.org/patches/gaps/}
6 - [autostart]{https://dwm.suckless.org/patches/autostart/}
7 - [xresources]{https://dwm.suckless.org/patches/autostart/}
8 - [pertag]{https://dwm.suckless.org/patches/pertag/}
9 - [fakefullscreen]{https://dwm.suckless.org/patches/fakefullscreen/}
10 - [swallow]{https://dwm.suckless.org/patches/swallow/}
11
12 ### Requirements
13 In order to build dwm you need the Xlib header files.
14
15 ### Installation (make)
16 Edit config.mk to match your local setup (dwm is installed into
17 the /usr/local namespace by default).
18
19 Then run
20 ```
21 make && sudo make clean install
22 ```
23
24 ### Installation (ebuild)
25 An ebuild will be available on my website for Gentoo users sometime.
26
27 ### Running dwm
28 Add the following line to your .xinitrc to start dwm using startx:
29 ```
30 exec dwm
31 ```