Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |From a77edbf57712195189d07b2fdce661fce80e3b94 Mon Sep 17 00:00:00 2001 |From: aleks |Date: Sun, 11 Aug 2019 02:54:49 +0200 |Subject: [PATCH] Remove hardcoded dmenu-integration | |Enable modifying dmenu in config.def.h which resulted previously in a |compilation error because two lines of code hardcode dmenu into dwm. |This includes: | |- removing dmenumon-variable |- renaming dmenucmd-variable |- removing dmenu completly |--- | config.def.h | 3 +-- | dwm.c | 2 -- | 2 files changed, 1 insertion(+), 4 deletions(-) | |diff --git a/config.def.h b/config.def.h |index 1c0b587..da4b71d 100644 |--- a/config.def.h |+++ b/config.def.h -------------------------- Patching file config.def.h using Plan A... Hunk #1 succeeded at 55. 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..b9e14c0 100644 |--- a/dwm.c |+++ b/dwm.c -------------------------- Patching file dwm.c using Plan A... Hunk #1 succeeded at 1639. Hmm... Ignoring the trailing garbage. done