Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |From 7a9b83d0d74f9aca800c1ec0d2e698449c166e86 Mon Sep 17 00:00:00 2001 |From: Gunther Klessinger |Date: Fri, 11 Jun 2021 21:54:29 +0200 |Subject: [PATCH] Supporting xfce4-panel in dwm | |We treat the panel as special window which |- never has borders |- never has focus |- always has y=0 |- is never shown as active window in the indicators |- is shown on all tags (via config rule) | |Which window? "xfce4-panel" - configurable in config.h | |=> Might work for other panels as well, if you adapt. |--- | config.def.h | 2 ++ | dwm.c | 27 ++++++++++++++++++++------- | 2 files changed, 22 insertions(+), 7 deletions(-) | |diff --git a/config.def.h b/config.def.h |index 1c0b587..3b9e7d6 100644 |--- a/config.def.h |+++ b/config.def.h -------------------------- Patching file config.def.h using Plan A... Hunk #1 succeeded at 3. Hunk #2 succeeded at 30. 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..a3b618b 100644 |--- a/dwm.c |+++ b/dwm.c -------------------------- Patching file dwm.c using Plan A... Hunk #1 succeeded at 175. Hunk #2 succeeded at 711. Hunk #3 succeeded at 796. Hunk #4 succeeded at 970. Hunk #5 succeeded at 1060. Hunk #6 succeeded at 1295. Hunk #7 succeeded at 2004. Hmm... Ignoring the trailing garbage. done