Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |From 1ff5d32e691fa8fb001d0619b72da11ef8232009 Mon Sep 17 00:00:00 2001 |From: Sebastian Karlsen |Date: Tue, 1 Mar 2022 14:49:03 +0100 |Subject: [PATCH] Only quit dwm if binding is pressed twice quickly | |--- | config.def.h | 3 +++ | dwm.c | 19 ++++++++++++++++++- | 2 files changed, 21 insertions(+), 1 deletion(-) | |diff --git a/config.def.h b/config.def.h |index a2ac963..8123671 100644 |--- a/config.def.h |+++ b/config.def.h -------------------------- Patching file config.def.h using Plan A... Hunk #1 succeeded at 21. 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 a96f33c..d55f186 100644 |--- a/dwm.c |+++ b/dwm.c -------------------------- Patching file dwm.c using Plan A... Hunk #1 succeeded at 1252. Hmm... Ignoring the trailing garbage. done