Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |From eb558048819ed916b272765e64e1ea795a85740e Mon Sep 17 00:00:00 2001 |From: Lerrrtaste |Date: Mon, 18 Jul 2022 12:22:39 +0200 |Subject: [PATCH] This Patch replaces the default quit behavior with an dmenu | prompt. Possible selections are (Quit DWM?) "yes", "no" and "restart". The | additional confirmation can save your work from accidentally hitting the quit | key by requiring two additional keystrokes (y/yes and RET). Additionally it | allows for restarting / reloading dwm without ending the xsession and closing | all open x windows. To abort press ESC or n/no and RET. | |--- | config.def.h | 2 +- | dwm.c | 30 ++++++++++++++++++++++++++++++ | 2 files changed, 31 insertions(+), 1 deletion(-) | |diff --git a/config.def.h b/config.def.h |index a2ac963..9e3b394 100644 |--- a/config.def.h |+++ b/config.def.h -------------------------- Patching file config.def.h using Plan A... Hunk #1 succeeded at 94. 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 7c0f978..3761ba4 100644 |--- a/dwm.c |+++ b/dwm.c -------------------------- Patching file dwm.c using Plan A... Hunk #1 succeeded at 188. Hunk #2 succeeded at 263. Hunk #3 succeeded at 1260. Hunk #4 succeeded at 2182. Hmm... Ignoring the trailing garbage. done