Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |From ca2a2e6386a746ebfc3480787e5d99da11e7abee Mon Sep 17 00:00:00 2001 |From: Justinas Grigas |Date: Wed, 9 Oct 2024 01:00:20 +0100 |Subject: [PATCH] [dwm][statuscmd] better click regions | |The main improvement of this patch over the previous version 20210405 is that |the click region now ends on a matching signal raw byte. | |The matching byte is optional, and without it dwm will behave as before. | |To take advantage of this feature, scripts need to be modified to print the raw |byte at the end as well. | |In addition, this patch cleanly applies onto master branch. |--- | config.def.h | 6 ++- | dwm.c | 104 ++++++++++++++++++++++++++++++++++++++++++++++++--- | 2 files changed, 104 insertions(+), 6 deletions(-) | |diff --git a/config.def.h b/config.def.h |index 9efa774..d008275 100644 |--- a/config.def.h |+++ b/config.def.h -------------------------- Patching file config.def.h using Plan A... Hunk #1 succeeded at 55. Hunk #2 succeeded at 106. 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..94ee0c7 100644 |--- a/dwm.c |+++ b/dwm.c -------------------------- Patching file dwm.c using Plan A... Hunk #1 succeeded at 171. Hunk #2 succeeded at 205. Hunk #3 succeeded at 238. Hunk #4 succeeded at 427. Hunk #5 succeeded at 446. Hunk #6 succeeded at 732. Hunk #7 succeeded at 915. Hunk #8 succeeded at 1706. Hunk #9 succeeded at 2081. Hmm... Ignoring the trailing garbage. done