Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |From 09e6db7a154c2dc3f6c5533ba3e33f460a8e21e1 Mon Sep 17 00:00:00 2001 |From: MLquest8 |Date: Mon, 15 Jun 2020 21:32:22 +0400 |Subject: [PATCH] gaps for xtile. Fully independent outer and inner gaps | adjustable at runtime. Also includes a setting to disable gaps when only one | window is open. For version 6.2 | |--- | config.def.h | 9 +++++++++ | dwm.c | 55 ++++++++++++++++++++++++++++++++++++++++------------ | 2 files changed, 52 insertions(+), 12 deletions(-) | |diff --git a/config.def.h b/config.def.h |index 254e51c..91871de 100644 |--- a/config.def.h |+++ b/config.def.h -------------------------- Patching file config.def.h using Plan A... Hunk #1 succeeded at 2. Hunk #2 succeeded at 76 (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 e43fbad..570739e 100644 |--- a/dwm.c |+++ b/dwm.c -------------------------- Patching file dwm.c using Plan A... Hunk #1 succeeded at 119 (offset -11 lines). Hunk #2 succeeded at 211 with fuzz 2 (offset -4 lines). Hunk #3 succeeded at 645 (offset -24 lines). Hunk #4 succeeded at 1526 (offset -48 lines). Hunk #5 failed at 1710. Hunk #6 failed at 1723. 2 out of 6 hunks failed Hmm... Ignoring the trailing garbage. done