Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |From 2cf1eff75a6dc6ee21ed37f4f57a1eb4bf588b9f Mon Sep 17 00:00:00 2001 |From: Gunther Klessinger |Date: Sun, 6 Mar 2022 10:32:29 +0100 |Subject: [PATCH] fix: Fixing problems at monitor setup changes | |- Panel was sometimes out of place when monitor setup was changed on the | fly |- Patch less intrusive than the previous one. |- Tested with dwm6.3 and 6.2. |--- | config.def.h | 2 ++ | dwm.c | 36 +++++++++++++++++++++++++++++------- | 2 files changed, 31 insertions(+), 7 deletions(-) | |diff --git a/config.def.h b/config.def.h |index a2ac963..eaf909e 100644 |--- a/config.def.h |+++ b/config.def.h -------------------------- Patching file config.def.h using Plan A... Hunk #1 succeeded at 3. Hunk #2 succeeded at 30. 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 a96f33c..458f3dc 100644 |--- a/dwm.c |+++ b/dwm.c -------------------------- Patching file dwm.c using Plan A... Hunk #1 succeeded at 175. Hunk #2 succeeded at 714. Hunk #3 succeeded at 799. Hunk #4 succeeded at 839. Hunk #5 succeeded at 864. Hunk #6 succeeded at 980. Hunk #7 succeeded at 1071. Hunk #8 succeeded at 1292. Hunk #9 succeeded at 1306. Hunk #10 succeeded at 2016. Hmm... Ignoring the trailing garbage. done