Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |From 54b88e6663364d561fc0feb3ea9d4c79c0f4e3b0 Mon Sep 17 00:00:00 2001 |From: Dylan Cairns-Howarth |Date: Sun, 20 Feb 2022 07:48:59 +0000 |Subject: [PATCH] Floating Windows have seperate border width | |This dwm patch adds the int fborderpx to config.def.h that assigns a |border width to floating windows. | |By default, this patch sets borderpx to 0 and fborderpx to 1 (no borders |for tiled windows and a 1px border for floating windows). |--- | config.def.h | 4 ++-- | dwm.c | 13 +++++++++++-- | 2 files changed, 13 insertions(+), 4 deletions(-) | |diff --git a/config.def.h b/config.def.h |index a2ac963..ce35589 100644 |--- a/config.def.h |+++ b/config.def.h -------------------------- Patching file config.def.h using Plan A... Hunk #1 succeeded at 1. 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..a63e9cd 100644 |--- a/dwm.c |+++ b/dwm.c -------------------------- Patching file dwm.c using Plan A... Hunk #1 succeeded at 1052. Hunk #2 succeeded at 1721. Hmm... Ignoring the trailing garbage. done