Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |From 9cd7e774ec9f2289d5310e9a6a95171126636a14 Mon Sep 17 00:00:00 2001 |From: Benjamin Chausse |Date: Wed, 30 Mar 2022 23:32:01 -0400 |Subject: [PATCH] Mainmon - Main monitor for the statusbar | |This small patch add a mainmon value to the config.def.h. |It let's the user choose a monitor on which to have the |statusbar show-up. The status will no longer follow which |monitor is currently selected. | |It is especially usefull in two scenarios: |- A monitor is setup vertically and has little room for the status. |- Dwm is used in a public environment and it's user does not want | the contents of the status bar to be shown (i.e. on a projector). |--- | config.def.h | 1 + | dwm.c | 2 +- | 2 files changed, 2 insertions(+), 1 deletion(-) | |diff --git a/config.def.h b/config.def.h |index a2ac963..c229c10 100644 |--- a/config.def.h |+++ b/config.def.h -------------------------- Patching file config.def.h using Plan A... Hunk #1 succeeded at 36. 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 5f16260..9cf08fb 100644 |--- a/dwm.c |+++ b/dwm.c -------------------------- Patching file dwm.c using Plan A... Hunk #1 succeeded at 707. Hmm... Ignoring the trailing garbage. done