Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |From be8b8d6a0b864a7c6ca7e37a1df9f53ddd87916b Mon Sep 17 00:00:00 2001 |From: explosion-mental |Date: Tue, 12 Apr 2022 12:10:14 -0500 |Subject: [PATCH] [PATCH][truecenteredtitle]Center the title with proportion to | the area that the title has, unlike the [other center title](../centretitle) | patch that center proportion to the screen size width (`m->ww`), which on | smaller monitors doesn't get the effect. | |If the title name is to long (title area too small for the title string) |it will back up to the default behaviour, which is to truncate the |title. |--- | dwm.c | 5 ++++- | 1 file changed, 4 insertions(+), 1 deletion(-) | |diff --git a/dwm.c b/dwm.c |index a96f33c..6198b29 100644 |--- a/dwm.c |+++ b/dwm.c -------------------------- Patching file dwm.c using Plan A... Hunk #1 succeeded at 735. Hmm... Ignoring the trailing garbage. done