Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |From d443eec1ead848777b49906ed2a962bfd8b8559d Mon Sep 17 00:00:00 2001 |From: moonsabre |Date: Thu, 27 Mar 2025 11:33:41 -0700 |Subject: [PATCH] Add custom refresh rate parameter. | |--- | config.def.h | 1 + | dwm.c | 4 ++-- | 2 files changed, 3 insertions(+), 2 deletions(-) | |diff --git a/config.def.h b/config.def.h |index 9efa774..a70b081 100644 |--- a/config.def.h |+++ b/config.def.h -------------------------- Patching file config.def.h using Plan A... Hunk #1 succeeded at 5. 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 1443802..4cf07eb 100644 |--- a/dwm.c |+++ b/dwm.c -------------------------- Patching file dwm.c using Plan A... Hunk #1 succeeded at 1172 (offset 1 line). Hunk #2 succeeded at 1326 (offset 1 line). Hmm... Ignoring the trailing garbage. done