Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |From a09e766a4342f580582082a92b2de65f33208eb4 Mon Sep 17 00:00:00 2001 |From: Christopher Drelich |Date: Thu, 24 May 2018 00:56:56 -0400 |Subject: [PATCH] Function to cycle through available layouts. | |MOD-CTRL-, and MOD-CTRL-. |cycle backwards and forwards through available layouts. |Probably only useful if you have a lot of additional layouts. |The NULL, NULL layout should always be the last layout in your list, |in order to guarantee consistent behavior. |--- | config.def.h | 3 +++ | dwm.1 | 6 ++++++ | dwm.c | 18 ++++++++++++++++++ | 3 files changed, 27 insertions(+) | |diff --git a/config.def.h b/config.def.h |index a9ac303..153b880 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.1 b/dwm.1 |index 13b3729..165891b 100644 |--- a/dwm.1 |+++ b/dwm.1 -------------------------- Patching file dwm.1 using Plan A... Hunk #1 succeeded at 92. 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 bb95e26..db73000 100644 |--- a/dwm.c |+++ b/dwm.c -------------------------- Patching file dwm.c using Plan A... Hunk #1 succeeded at 157. Hunk #2 succeeded at 646. Hmm... Ignoring the trailing garbage. done