Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |From c29cee8186c9a8d117a128b6848afb08035961c1 Mon Sep 17 00:00:00 2001 |From: Miles Alan |Date: Mon, 17 Aug 2020 20:57:03 -0500 |Subject: [PATCH] Add doubledeck layout function and bind to MOD+r | |The doubledeck layout is like the deck layout, which stacks clients one ontop |of another in the stack area, however the doubledeck variant additionally |stacks clients one ontop of eachother in the master area. |--- | config.def.h | 2 ++ | dwm.c | 22 ++++++++++++++++++++++ | 2 files changed, 24 insertions(+) | |diff --git a/config.def.h b/config.def.h |index 1c0b587..6538420 100644 |--- a/config.def.h |+++ b/config.def.h -------------------------- Patching file config.def.h using Plan A... Hunk #1 succeeded at 41. Hunk #2 succeeded at 77. 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..ce29fb4 100644 |--- a/dwm.c |+++ b/dwm.c -------------------------- Patching file dwm.c using Plan A... Hunk #1 succeeded at 161. Hunk #2 succeeded at 693. Hmm... Ignoring the trailing garbage. done