Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |From daf4eab44e319d78cffecf4133f8309c826fe6b9 Mon Sep 17 00:00:00 2001 |From: mrmine |Date: Sun, 11 Dec 2022 23:31:46 +0100 |Subject: [PATCH] This Patch adds the ability to move floating windows on the x | and y axis with the keyboard, instead of only the mouse. This is achieved by | adding the two functions "movekeyboard-x" and "movekeyboard-y". | |--- | config.def.h | 4 +++ | dwm.c | 88 ++++++++++++++++++++++++++++++++++++++++++++++++++++ | 2 files changed, 92 insertions(+) | |diff --git a/config.def.h b/config.def.h |index 9efa774..a1ca89c 100644 |--- a/config.def.h |+++ b/config.def.h -------------------------- Patching file config.def.h using Plan A... Hunk #1 succeeded at 84 (offset -1 lines). 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 03baf42..e8a9f28 100644 |--- a/dwm.c |+++ b/dwm.c -------------------------- Patching file dwm.c using Plan A... Hunk #1 succeeded at 184. Hunk #2 succeeded at 1195 (offset -10 lines). Hmm... Ignoring the trailing garbage. done