Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |From b845451cde90c3b46f7863c27a184555b444e9af Mon Sep 17 00:00:00 2001 |From: Miles Alan |Date: Sat, 18 Apr 2020 19:25:29 -0500 |Subject: [PATCH] Multikey: Run different actions for single keybinding based | on # of keypresses | |Changed keypress code to allow keybindings to be selectively dispatched when |tapped a specific # of times as specified by the new npresses field on the |Key struct. | |In the example added to the config.def.h, the tiling layout is set when |Mod+w is tapped once, float layout is set when Mod+w is tapped twice, |and monocole layout is set when Mod+w is tapped three times (or held down). |--- | config.def.h | 84 ++++++++++++++++++++++------------------ | config.mk | 2 +- | dwm.c | 107 +++++++++++++++++++++++++++++++++++++++++++++++++-- | 3 files changed, 150 insertions(+), 43 deletions(-) | |diff --git a/config.def.h b/config.def.h |index 1c0b587..dc945b4 100644 |--- a/config.def.h |+++ b/config.def.h -------------------------- Patching file config.def.h using Plan A... Hunk #1 succeeded at 46. Hunk #2 succeeded at 59. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git a/config.mk b/config.mk |index 6d36cb7..fe0a2ec 100644 |--- a/config.mk |+++ b/config.mk -------------------------- Patching file config.mk using Plan A... Hunk #1 succeeded at 22. 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..975956c 100644 |--- a/dwm.c |+++ b/dwm.c -------------------------- Patching file dwm.c using Plan A... Hunk #1 succeeded at 27. Hunk #2 succeeded at 41. Hunk #3 succeeded at 102. Hunk #4 succeeded at 179. Hunk #5 succeeded at 260. Hunk #6 succeeded at 276. Hunk #7 succeeded at 527. Hunk #8 succeeded at 1007. Hunk #9 succeeded at 2224. Hunk #10 succeeded at 2233. Hmm... Ignoring the trailing garbage. done