Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |From 8394c430458713aa14dd8afdf86a9b14c646a1e7 Mon Sep 17 00:00:00 2001 |From: Louis Bettens |Date: Thu, 2 Dec 2021 21:41:07 +0100 |Subject: [PATCH] columns | |This patch adds an extra layout to dwm called `col` in which the windows in the |master area are arranged in colums of equal size. The number of columns is |always nmaster + 1, and the last column is a stack of leftover windows just |like the normal tile layout. It effectively acts like the default tiling mode, |except provides for vertical instead of horizontal master windows. | |Co-authored-by: Evan Gates (emg) |Co-authored-by: Noah Rosser |--- | config.def.h | 2 ++ | dwm.c | 27 +++++++++++++++++++++++++++ | 2 files changed, 29 insertions(+) | |diff --git a/config.def.h b/config.def.h |index 1c0b587..de7a2e7 100644 |--- a/config.def.h |+++ b/config.def.h -------------------------- Patching file config.def.h using Plan A... Hunk #1 succeeded at 41. Hunk #2 succeeded at 77. 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..b5845c9 100644 |--- a/dwm.c |+++ b/dwm.c -------------------------- Patching file dwm.c using Plan A... Hunk #1 succeeded at 153. Hunk #2 succeeded at 1671. Hmm... Ignoring the trailing garbage. done