This repo is inspired in jceb/dwm-patches
ScreenShot
Installation
Clone the repo
git clone https://github.com/elbaulp/myDWM
init and load dwm submodule
cd myDWM
git submodule update --init --recursive
activate all patches, including the personal configuration
quilt push -a
build dwm (or us the ./build script)
cd dwm
rm -f config.h
make
Patch References
- pertag.patch (http://dwm.suckless.org/patches/pertag)
- systray.patch (http://dwm.suckless.org/patches/systray)
Quilt tutorial
If you want to understand how to use quilt, here are some useful resources: