Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |From 57500f9154a3aa99f38f98d552915b8570b7cfdf Mon Sep 17 00:00:00 2001 |From: Miles Alan |Date: Sat, 25 Jan 2020 22:47:38 -0600 |Subject: [PATCH] Add transfer function which transfers tiled client between | the stack & master. Adjusts the nmaster variable accordingly (e.g. if moving | to master, nmaster++ and if moving to stack nmaster--). | |Default keybinding added to config.def.h is Mod+x |--- | config.def.h | 1 + | dwm.c | 34 ++++++++++++++++++++++++++++++++++ | 2 files changed, 35 insertions(+) | |diff --git a/config.def.h b/config.def.h |index 1c0b587..67ec8ae 100644 |--- a/config.def.h |+++ b/config.def.h -------------------------- Patching file config.def.h using Plan A... Hunk #1 succeeded at 70. 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 4465af1..ada794b 100644 |--- a/dwm.c |+++ b/dwm.c -------------------------- Patching file dwm.c using Plan A... Hunk #1 succeeded at 213. Hunk #2 succeeded at 2148. Hmm... Ignoring the trailing garbage. done