Forks of suckless programs.
I've applied a couple of patches to most suckless programs, you can either
- use the program with the patches or
- use the program with the patches along with color modifications and different keybindings.
For the first option:
$ cd $program
# make clean install
or for the second:
$ cd $program
$ make
# make install
for removing:
$ cd $program
# make uninstall





