Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |From eea13010ffc3983392857ee1e3804e3aa1064d7a Mon Sep 17 00:00:00 2001 |From: Soenke Lambert |Date: Wed, 13 Oct 2021 18:21:09 +0200 |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.1 | 3 +++ | dwm.c | 8 ++++++++ | 3 files changed, 12 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.1 b/dwm.1 |index 13b3729..a368d05 100644 |--- a/dwm.1 |+++ b/dwm.1 -------------------------- Patching file dwm.1 using Plan A... Hunk #1 succeeded at 116. 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