Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |From 051e4de72079bb0b8e50d2faa61b9a0ef36434b5 Mon Sep 17 00:00:00 2001 |From: bakkeby |Date: Fri, 8 May 2020 16:51:00 +0200 |Subject: [PATCH 2/2] vanitygaps - adds gaps to layouts | |This patch differentiates between inner and outer gaps as well as |horizontal and vertical gaps. | |The logic of these layouts also aims to be pixel perfect by ensuring |an even split of the available space and re-distributing the remainder |among the available clients. |--- | config.def.h | 38 ++- | dwm.c | 43 +-- | vanitygaps.c | 822 +++++++++++++++++++++++++++++++++++++++++++++++++++ | 3 files changed, 867 insertions(+), 36 deletions(-) | create mode 100644 vanitygaps.c | |diff --git a/config.def.h b/config.def.h |index 83910c1..91a9cfc 100644 |--- a/config.def.h |+++ b/config.def.h -------------------------- Patching file config.def.h using Plan A... Hunk #1 succeeded at 3. Hunk #2 succeeded at 41. Hunk #3 succeeded at 91 with fuzz 2 (offset -3 lines). Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git a/dwm.c b/dwm.c |index 5592c57..7d503cb 100644 |--- a/dwm.c |+++ b/dwm.c -------------------------- Patching file dwm.c using Plan A... Hunk #1 succeeded at 119 (offset -1 lines). Hunk #2 succeeded at 213 (offset -1 lines). Hunk #3 succeeded at 642 (offset -1 lines). Hunk #4 failed at 1697. 1 out of 4 hunks failed Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git a/vanitygaps.c b/vanitygaps.c |new file mode 100644 |index 0000000..1a816b6 |--- /dev/null |+++ b/vanitygaps.c -------------------------- (Creating file vanitygaps.c...) Patching file vanitygaps.c using Plan A... Empty context always matches. Hunk #1 succeeded at 1. Hmm... Ignoring the trailing garbage. done