You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
bakkeby d3307b7ccb Rebased against 6.2 (was c82db690cc0c4624dad4dc6ae899020799ec84db) 4 years ago
dwm Rebased against 6.2 (was c82db690cc0c4624dad4dc6ae899020799ec84db) 4 years ago
README.md Adding dragmfact patch and README.md 4 years ago

README.md

Patches

This repository contains a selection of patches for suckless projects (only dwm for now).

Most of these are derived from the flexipatch projects, e.g. dwm-flexipatch, and it should be noted that some of them have cross-patch compatibility built-in using the same preprocessor directives as used in the flexipatch builds. One good example of this is the dragmfact patch which can involve up to 11 additional patches. Due to the many possible patch combinations I have decided to leave these preprocessor directives in there as a form of guide for integrating this into your own build - the idea being that you manually delete the code that you don't need.

For cases where one patch changes another, e.g. adding additional fields on top of pertag, individual patches should exist as far as feasible.