Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |From 19e1abe590e3fde3244cac544472741fccc881cd Mon Sep 17 00:00:00 2001 |From: Gunther Klessinger |Date: Sun, 6 Jun 2021 17:56:06 +0200 |Subject: [PATCH] Supporting xfce4-panel in dwm | |We basically treat the panel as special window which |- never has borders |- always has y=0 |- is never shown as active window in the indicators |- is shown on all tags | |Which window? "xfce4-panel" - hardcoded by window name in dwm.c. |=> Should work for other panels as well, if you adapt. | | |--- | config.def.h | 1 + | dwm.c | 10 +++++++++- | 2 files changed, 10 insertions(+), 1 deletion(-) | |diff --git a/config.def.h b/config.def.h |index 1c0b587..b772bd9 100644 |--- a/config.def.h |+++ b/config.def.h -------------------------- Patching file config.def.h using Plan A... Hunk #1 succeeded at 29. 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 b0b3466..5fafd62 100644 |--- a/dwm.c |+++ b/dwm.c -------------------------- Patching file dwm.c using Plan A... Hunk #1 succeeded at 710. Hunk #2 succeeded at 1051. Hunk #3 succeeded at 1288. Hunk #4 succeeded at 1999. Hmm... Ignoring the trailing garbage. done