Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |From 3a16816a6f5d38014c2a06ce395873c545c8789a Mon Sep 17 00:00:00 2001 |From: Soenke Lambert |Date: Tue, 12 Nov 2019 10:44:02 +0100 |Subject: [PATCH] Fullscreen current window with [Alt]+[Shift]+[f] | |This actually fullscreens a window, instead of just hiding the statusbar |and applying the monocle layout. |--- | config.def.h | 1 + | dwm.c | 8 ++++++++ | 2 files changed, 9 insertions(+) | |diff --git a/config.def.h b/config.def.h |index 1c0b587..8cd3204 100644 |--- a/config.def.h |+++ b/config.def.h -------------------------- Patching file config.def.h using Plan A... Hunk #1 succeeded at 78. 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..c1b899a 100644 |--- a/dwm.c |+++ b/dwm.c -------------------------- Patching file dwm.c using Plan A... Hunk #1 succeeded at 211. Hunk #2 succeeded at 1720. Hmm... Ignoring the trailing garbage. done