Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |From a972569532c9d46f79776b0f687ebbbd67a6b69f Mon Sep 17 00:00:00 2001 |From: Alexander Courtis |Date: Mon, 22 Apr 2019 22:23:12 +1000 |Subject: [PATCH] unfloat any visible windows which have isfloating set | |optionally takes a layout to also apply | |e.g. |{ MODKEY|ShiftMask, XK_space, unfloatvisible, {0} }, |{ MODKEY|ShiftMask, XK_t, unfloatvisible, {.v = &layouts[1]} }, |--- | unfloat.c | 14 ++++++++++++++ | 1 file changed, 14 insertions(+) | create mode 100644 unfloat.c | |diff --git a/unfloat.c b/unfloat.c |new file mode 100644 |index 0000000..ef84111 |--- /dev/null |+++ b/unfloat.c -------------------------- (Creating file unfloat.c...) Patching file unfloat.c using Plan A... Empty context always matches. Hunk #1 succeeded at 1. Hmm... Ignoring the trailing garbage. done