2
0
mirror of https://github.com/bakkeby/patches synced 2024-11-02 03:40:24 +00:00
Go to file
2021-01-21 12:36:28 +01:00
dmenu Removing wmtype patch entries from the alpha patch 2020-05-29 17:10:38 +02:00
dwm Proposed change to address overly large fake fullscreen 2021-01-21 12:36:28 +01:00
_config.yml Set theme jekyll-theme-minimal 2020-07-22 21:59:16 +02:00
README.md Removing top level diff, i.e. [PATCH 1/2], from patches 2020-07-20 08:20:32 +02:00

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.