Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |From 9709d08daa290c8c7319571cd9e6ef4ec40e7683 Mon Sep 17 00:00:00 2001 |From: bakkeby |Date: Wed, 6 May 2020 17:21:25 +0200 |Subject: [PATCH] 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 | 35 +-- | vanitygaps.c | 809 +++++++++++++++++++++++++++++++++++++++++++++++++++ | 3 files changed, 854 insertions(+), 28 deletions(-) | create mode 100644 vanitygaps.c | |diff --git a/config.def.h b/config.def.h |index 1c0b587..a886863 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. 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 4465af1..c3b2d82 100644 |--- a/dwm.c |+++ b/dwm.c -------------------------- Patching file dwm.c using Plan A... Hunk #1 succeeded at 119. Hunk #2 succeeded at 212. Hunk #3 succeeded at 641. Hunk #4 succeeded at 1677. 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..3f31593 |--- /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