X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=README.md;h=fe932a4ba8065ffe87131f10b0b72bdecc1a7d62;hb=refs%2Fheads%2Fmaster;hp=6e4bb2c051bff136012e0266968f1786dca9bfa9;hpb=d6304d284cbd5c243bbbdc499f9e9dbb98680be1;p=dwm.git diff --git a/README.md b/README.md index 6e4bb2c..fe932a4 100644 --- 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: