Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |From cb7ea178ac8e60cf123b333af64df8228762f669 Mon Sep 17 00:00:00 2001 |From: =?UTF-8?q?Aaron=20Z=C3=BCger?= |Date: Wed, 19 Jul 2023 14:17:39 +0200 |Subject: [PATCH] Update dwm-keychord patch to comply with the changes in dwm | from version 6.2 to version 6.4. Namely changes in the grabkey function to | match the newer implementation of said function. | |--- | config.def.h | 81 ++++++++++++++++++++++++++-------------------------- | dwm.c | 72 +++++++++++++++++++++++++++++++++++++--------- | 2 files changed, 99 insertions(+), 54 deletions(-) | |diff --git a/config.def.h b/config.def.h |index 9efa774..49f0558 100644 |--- a/config.def.h |+++ b/config.def.h -------------------------- Patching file config.def.h using Plan A... Hunk #1 succeeded at 46. Hunk #2 succeeded at 59 with fuzz 1 (offset -1 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 f1d86b2..e4885a4 100644 |--- a/dwm.c |+++ b/dwm.c -------------------------- Patching file dwm.c using Plan A... Hunk #1 succeeded at 102. Hunk #2 succeeded at 273 (offset 1 line). Hunk #3 failed at 961. Hunk #4 failed at 972. Hunk #5 succeeded at 999 (offset -10 lines). 2 out of 5 hunks failed Hmm... Ignoring the trailing garbage. done