Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |From 12e0fc50ff6b02ac926b77b7d16601ef8051309b Mon Sep 17 00:00:00 2001 |From: Sourav Nayak |Date: Thu, 2 Jul 2026 23:01:18 +0530 |Subject: [PATCH] Fullscreen current window and overlay application | |This actually fullscreens a window, instead of just hiding the statusbar |and applying the monocle layout with [Alt]+[Shift]+[f]. | |Addition to this patch now supports overlay apllication through config rules, |that require fullscreen on run. e.g., KDE Presentation Mode, Quickshell custom overlays... etc. | |Note: If using a compositor like picom, do disable blur for those applications |--- | config.def.h | 7 ++++--- | dwm.1 | 3 +++ | dwm.c | 14 ++++++++++++++ | 3 files changed, 21 insertions(+), 3 deletions(-) | |diff --git a/config.def.h b/config.def.h |index 81c3fc0..03edae9 100644 |--- a/config.def.h |+++ b/config.def.h -------------------------- Patching file config.def.h using Plan A... Hunk #1 succeeded at 26. Hunk #2 succeeded at 80. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git a/dwm.1 b/dwm.1 |index ddc8321..3d310ac 100644 |--- a/dwm.1 |+++ b/dwm.1 -------------------------- Patching file dwm.1 using Plan A... Hunk #1 succeeded at 116. 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 53b393e..228c9b3 100644 |--- a/dwm.c |+++ b/dwm.c -------------------------- Patching file dwm.c using Plan A... Hunk #1 succeeded at 137. Hunk #2 succeeded at 211. Hunk #3 succeeded at 286. Hunk #4 succeeded at 299. Hunk #5 succeeded at 312. Hunk #6 succeeded at 1742. Hmm... Ignoring the trailing garbage. done