Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |From dfea960240ed45a660abc1acba2041318127761f Mon Sep 17 00:00:00 2001 |From: astier |Date: Thu, 21 Feb 2019 09:38:38 +0100 |Subject: [PATCH] Add window-gaps for the tile-layout | |Adds gaps between windows in the tile-layout. The proposed advantage to some |other patches which try to accomplish the same goal is that the gap-size between |master and stack, window and window, and window and screen-edge is the |same. The gap-size can be configured in the config.h with the |gappx-variable. |--- | config.def.h | 1 + | dwm.c | 23 +++++++++++++---------- | 2 files changed, 14 insertions(+), 10 deletions(-) | |diff --git a/config.def.h b/config.def.h |index 1c0b587..2ca9e56 100644 |--- a/config.def.h |+++ b/config.def.h -------------------------- Patching file config.def.h using Plan A... Hunk #1 succeeded at 2. 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..c556a2d 100644 |--- a/dwm.c |+++ b/dwm.c -------------------------- Patching file dwm.c using Plan A... Hunk #1 succeeded at 1673. Hmm... Ignoring the trailing garbage. done