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 15b0b3c7f1 Adding netwmicon patch (farbfeld variant) 1 month ago
dmenu Adding barpadding patch 2 years ago
dusk Adding withdrawnstate patch 1 year ago
dwm Addressing issue with FocusPlus case where tag 1 would be viewed instead of current tag ref. #77 4 months ago
st Adding netwmicon patch (farbfeld variant) 1 month ago
tabbed Porting patches to 6.3 2 years ago
README.md Removing top level diff, i.e. [PATCH 1/2], from patches 4 years ago
_config.yml Set theme jekyll-theme-minimal 4 years ago

README.md

Patches

This repository contains a selection of patches for suckless projects.

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 cascading patches, e.g. dragcfact on top of cfacts, sub-patches will only contain their relevant change. This is to make it easier to apply multiple sub-patches. This means that in order to apply the dragcfact patch (dwm-cfacts-dragcfact-6.2.diff) you would have to apply the cfacts patch first if you do not already have it.