Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |From e8b312c6e3035560a14789db1a7d47410b62a710 Mon Sep 17 00:00:00 2001 |From: Noah Osterholz |Date: Fri, 6 Mar 2026 11:32:03 +0100 |Subject: [PATCH] Adding conditional keybinding support. | |This patch adds the conditional function to change the behaviour |of a keymap depending on the return value of another function. |--- | config.def.h | 9 ++++++++- | dwm.c | 21 +++++++++++++++++++++ | 2 files changed, 29 insertions(+), 1 deletion(-) | |diff --git a/config.def.h b/config.def.h |index 81c3fc0..c1112c9 100644 |--- a/config.def.h |+++ b/config.def.h -------------------------- Patching file config.def.h using Plan A... Hunk #1 succeeded at 61. Hunk #2 succeeded at 81. 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 0a67103..a2dc2f1 100644 |--- a/dwm.c |+++ b/dwm.c -------------------------- Patching file dwm.c using Plan A... Hunk #1 succeeded at 140. Hunk #2 succeeded at 160. Hunk #3 succeeded at 986. Hmm... Ignoring the trailing garbage. done