Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |From c5a1d2e5f899a0d12833eef20f540d0869db462d Mon Sep 17 00:00:00 2001 |From: cwills |Date: Sun, 3 Dec 2023 21:41:29 -0500 |Subject: [PATCH] spawn cmds on specific tags at startup | |--- | config.def.h | 13 +++++++++++++ | dwm.c | 48 ++++++++++++++++++++++++++++++++++++++++++++++-- | 2 files changed, 59 insertions(+), 2 deletions(-) | |diff --git a/config.def.h b/config.def.h |index 9efa774..4aac448 100644 |--- a/config.def.h |+++ b/config.def.h -------------------------- Patching file config.def.h using Plan A... Hunk #1 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..000ff46 100644 |--- a/dwm.c |+++ b/dwm.c -------------------------- Patching file dwm.c using Plan A... Hunk #1 succeeded at 141. Hunk #2 succeeded at 212 with fuzz 2 (offset 1 line). Hunk #3 succeeded at 275 (offset 1 line). Hunk #4 succeeded at 1050 (offset -10 lines). Hunk #5 succeeded at 1400 (offset 1 line). Hunk #6 succeeded at 1674 (offset -19 lines). Hmm... Ignoring the trailing garbage. done