Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |From 2666387a3f50c21b0503e9a7291f012e70e92086 Mon Sep 17 00:00:00 2001 |From: NlGHT |Date: Sat, 27 Mar 2021 12:01:26 +0100 |Subject: [PATCH] Default tag apps - set application for each tag |Then you can use the one keybind to spawn the default application of the tag you're on. | |--- | config.def.h | 2 ++ | dwm.c | 36 ++++++++++++++++++++++++++++++++++++ | 2 files changed, 38 insertions(+) | |diff --git a/config.def.h b/config.def.h |index 1c0b587..066c7cc 100644 |--- a/config.def.h |+++ b/config.def.h -------------------------- Patching file config.def.h using Plan A... Hunk #1 succeeded at 20. Hunk #2 succeeded at 64. 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 664c527..e0769ec 100644 |--- a/dwm.c |+++ b/dwm.c -------------------------- Patching file dwm.c using Plan A... Hunk #1 succeeded at 200. Hunk #2 succeeded at 208. Hunk #3 succeeded at 271. Hunk #4 succeeded at 1503. Hunk #5 succeeded at 1676. Hunk #6 succeeded at 1778. Hunk #7 succeeded at 2075. Hmm... Ignoring the trailing garbage. done