Suckless is a community that is best known for minimalist free software.
Notable works include dwm and dmenu.
Programs written by the suckless community are minimal by default.
.diff files are available to patch functionality.
Configuring is done in the config.h file.
Expressions in <> may need replacement.
base brach with git branch basebase branchmake clean & rm -f config.h & git reset --hard origin/basegit branch <feature>.diff file of the according feature into your directorygit apply <feature>.diff<feature> branchgit merge <feature>
config branch merge config into master before adding the
new featureconfig branch
config branch from the base branchconfig.def.h of master into config with
git checkout master config.def.h