Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |From bac0e7d5f91be0a6d919396540d4e1d1009c2e8e Mon Sep 17 00:00:00 2001 |From: Miles Alan |Date: Sat, 25 Jan 2020 21:56:31 -0600 |Subject: [PATCH] bartabgroups: Splits the titlebar area into into an | mfact-respecting tabbar | |In tiling mode, two tab groups are shown divided at the mfact location. |In monocole mode, one tab group is shown (which excludes floating windows). |In floating mode, one tab group is shown (which includes floating windows). |Clicking on a tab will focus that window. | |Adjust the config.def.h to change functionality and to make exceptions for the |tab bar for custom layouts. |--- | config.def.h | 11 +++++ | dwm.c | 112 ++++++++++++++++++++++++++++++++++++++++++++++----- | 2 files changed, 112 insertions(+), 11 deletions(-) | |diff --git a/config.def.h b/config.def.h |index 1c0b587..e61bb55 100644 |--- a/config.def.h |+++ b/config.def.h -------------------------- Patching file config.def.h using Plan A... Hunk #1 succeeded at 16. Hunk #2 succeeded at 38. 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..d567978 100644 |--- a/dwm.c |+++ b/dwm.c -------------------------- Patching file dwm.c using Plan A... Hunk #1 succeeded at 59. Hunk #2 succeeded at 377. Hunk #3 succeeded at 533. Hunk #4 succeeded at 820. Hmm... Ignoring the trailing garbage. done