Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |From 82eb2e651e54560540e77ba5dd292803cec8a6e3 Mon Sep 17 00:00:00 2001 |From: ysl2 |Date: Sun, 29 Oct 2023 15:42:52 +0800 |Subject: [PATCH] Give killclient an augument to control the beheviour: arg.ui | == 0 for normal kill current client; arg.ui == 1 for kill other clients in | current tag (except current focusing client); arg.ui == 2 for kill all | clients in current tag (include focusing client). | |--- | config.def.h | 2 ++ | dwm.c | 31 ++++++++++++++++++++++++------- | 2 files changed, 26 insertions(+), 7 deletions(-) | |diff --git a/config.def.h b/config.def.h |index 750529d..ef1efe8 100644 |--- a/config.def.h |+++ b/config.def.h -------------------------- Patching file config.def.h using Plan A... Hunk #1 succeeded at 74 (offset -5 lines). 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 f9e7e4a..9819ec5 100644 |--- a/dwm.c |+++ b/dwm.c -------------------------- Patching file dwm.c using Plan A... Hunk #1 succeeded at 177 (offset -22 lines). Hunk #2 failed at 1110. 1 out of 2 hunks failed Hmm... Ignoring the trailing garbage. done