gappx from xresources
[dwm.git] / README.md
index 6e4bb2c..fe932a4 100644 (file)
--- a/README.md
+++ b/README.md
@@ -2,15 +2,21 @@
 This is pinosaur's patched version of dwm, the suckless window manager.
 
 The following patches are applied:
-- [gaps]{https://dwm.suckless.org/patches/gaps/}
-- [autostart]{https://dwm.suckless.org/patches/autostart/}
-- [xresources]{https://dwm.suckless.org/patches/autostart/}
-- [pertag]{https://dwm.suckless.org/patches/pertag/}
-- [fakefullscreen]{https://dwm.suckless.org/patches/fakefullscreen/}
-- [swallow]{https://dwm.suckless.org/patches/swallow/}
+- [gaps](https://dwm.suckless.org/patches/gaps/)
+- [autostart](https://dwm.suckless.org/patches/autostart/)
+- [xresources](https://dwm.suckless.org/patches/autostart/)
+- [pertag](https://dwm.suckless.org/patches/pertag/)
+- [fakefullscreen](https://dwm.suckless.org/patches/fakefullscreen/)
+- [swallow](https://dwm.suckless.org/patches/swallow/)
 
 ### Requirements
 In order to build dwm you need the Xlib header files.
+- libx11-dev
+- libxft-dev
+- libxinerama-dev
+- libxcv-dev
+- libx11-xcb-dev
+- libxcb-res0-dev
 
 ### Installation (make)
 Edit config.mk to match your local setup (dwm is installed into
@@ -23,6 +29,7 @@ make && sudo make clean install
 
 ### Installation (ebuild)
 An ebuild will be available on my website for Gentoo users sometime.
+The `savedconfig` and `xinerama` use flags will be available.
 
 ### Running dwm
 Add the following line to your .xinitrc to start dwm using startx: