Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |From 71c84fd35126ffdaa64bf79b55b0b984476d9a75 Mon Sep 17 00:00:00 2001 |From: Niky Kovalski |Date: Fri, 11 Sep 2026 17:25:04 -0400 |Subject: [PATCH] centeronlywindow | |add a rule to center a window in tiled mode when it is the only window |--- | config.def.h | 7 ++++--- | dwm.c | 7 +++++++ | 2 files changed, 11 insertions(+), 3 deletions(-) | |diff --git a/config.def.h b/config.def.h |index 81c3fc0..84f36c1 100644 |--- a/config.def.h |+++ b/config.def.h -------------------------- Patching file config.def.h using Plan A... Hunk #1 succeeded at 26. 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 ab3a84c..2710c1f 100644 |--- a/dwm.c |+++ b/dwm.c -------------------------- Patching file dwm.c using Plan A... Hunk #1 succeeded at 92. Hunk #2 succeeded at 138. Hunk #3 succeeded at 287. Hunk #4 succeeded at 300. Hunk #5 succeeded at 1714. Hmm... Ignoring the trailing garbage. done