Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |From c8db7977d3d9332ca71987d2e0833a81e4fb2b99 Mon Sep 17 00:00:00 2001 |From: venus brock |Date: Sun, 15 Feb 2026 16:11:13 -0600 |Subject: [PATCH] only display border on focused window | |This patch removes the borders on all unfocused windows, and resizes |windows to use the space left behind. |--- | dwm.c | 13 ++++++++++++- | 1 file changed, 12 insertions(+), 1 deletion(-) | |diff --git a/dwm.c b/dwm.c |index 53b393e..0ea2e9a 100644 |--- a/dwm.c |+++ b/dwm.c -------------------------- Patching file dwm.c using Plan A... Hunk #1 succeeded at 800. Hunk #2 succeeded at 1774. Hmm... Ignoring the trailing garbage. done