Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |From 711d36b37cc3d27b23241bb3d66addb1e169082a Mon Sep 17 00:00:00 2001 |From: Dylan Cairns-Howarth |Date: Tue, 22 Feb 2022 07:24:52 +0000 |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 a2ac963..260799e 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 114. 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..edbce8d 100644 |--- a/dwm.c |+++ b/dwm.c -------------------------- Patching file dwm.c using Plan A... Hunk #1 succeeded at 696. Hmm... Ignoring the trailing garbage. done