ranguli / dwm

Customized configuration + patches for dwm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dwm

My fork of dwm with patches for configuration changes. I keep the source code itself 'vanilla' within git, and maintain a set of patches that can be applied. This way it's easier to apply/remove them.

Patches

Creating

To create a patch:

git diff -up > patch

Applying

In order to apply a patch:

git apply patch

Building

cd ./dwm && make && sudo make install

Methodology

The changes in both dwm.c and config.h made by patches should not be tracked into version control. This gives us the flexibility to apply/remove patches freely.

About

Customized configuration + patches for dwm

License:MIT License


Languages

Language:C 76.9%Language:Objective-C 14.5%Language:Roff 5.8%Language:Makefile 2.4%Language:C++ 0.4%