gappx from xresources
[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 - libx11-dev
15 - libxft-dev
16 - libxinerama-dev
17 - libxcv-dev
18 - libx11-xcb-dev
19 - libxcb-res0-dev
20
21 ### Installation (make)
22 Edit config.mk to match your local setup (dwm is installed into
23 the /usr/local namespace by default).
24
25 Then run
26 ```
27 make && sudo make clean install
28 ```
29
30 ### Installation (ebuild)
31 An ebuild will be available on my website for Gentoo users sometime.
32 The `savedconfig` and `xinerama` use flags will be available.
33
34 ### Running dwm
35 Add the following line to your .xinitrc to start dwm using startx:
36 ```
37 exec dwm
38 ```