Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |From 42d79a0a4f4eee5a985a1427cd84e8dbf055e11d Mon Sep 17 00:00:00 2001 |From: Dylan Cairns-Howarth |Date: Tue, 6 Sep 2022 03:29:59 +0100 |Subject: [PATCH] Allow bar order to be configured in config.h | |This patch adds char *barlayout to config(.def).h which can contain as |many or as few of the characters 'l', 'n', 's', 't', or '|' to configure |the order of dwm's bar. | | l Layout indicator; | n Window name; | s Status (set with xsetroot); | t Tag indicators; | | Split point. | |Everything before '|' (and if it is omitted) will appear on the left of |the bar. Everything after will appear on the right, but in reverse |order. | |By default, this patch leaves the bar as is. |--- | config.def.h | 2 +- | dwm.c | 117 +++++++++++++++++++++++++++++++++++---------------- | 2 files changed, 81 insertions(+), 38 deletions(-) | |diff --git a/config.def.h b/config.def.h |index 061ad66..463d7f4 100644 |--- a/config.def.h |+++ b/config.def.h -------------------------- Patching file config.def.h using Plan A... Hunk #1 succeeded at 5. Hunk #2 succeeded at 113. 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 e5efb6a..5da79b5 100644 |--- a/dwm.c |+++ b/dwm.c -------------------------- Patching file dwm.c using Plan A... Hunk #1 succeeded at 699. Hmm... Ignoring the trailing garbage. done