Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |From 9cff68c93cb727e97fa486f011b294511e110176 Mon Sep 17 00:00:00 2001 |From: MahouShoujoMivutilde |Date: Sat, 7 Sep 2019 20:04:16 +0300 |Subject: [PATCH] Centers windows names on status bar. | |In original version when name is very long mid variable can turn negative, this patch variation takes this into account. This makes sure name will not overlap on tags. |--- | dwm.c | 5 ++++- | 1 file changed, 4 insertions(+), 1 deletion(-) | |diff --git a/dwm.c b/dwm.c |index 4465af1..3d0eac4 100644 |--- a/dwm.c |+++ b/dwm.c -------------------------- Patching file dwm.c using Plan A... Hunk #1 succeeded at 730. Hmm... Ignoring the trailing garbage. done