Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |From 26a6205515ee7504e1f11e08aaf7d9de94ebc121 Mon Sep 17 00:00:00 2001 |From: Vedant Sule |Date: Sat, 25 Jul 2026 00:35:28 +0100 |Subject: [PATCH] Set initial previous layout | |Initialize the previous layout to switch to (default keybind: |Mod+Shift). This fixes a bug with the patch which caused dwm to crash |when attempting to switch to the previous layout without selecting one |first. |--- | config.def.h | 1 + | dwm.c | 17 ++++++++++++----- | 2 files changed, 13 insertions(+), 5 deletions(-) | |diff --git a/config.def.h b/config.def.h |index 81c3fc0..ca54ad7 100644 |--- a/config.def.h |+++ b/config.def.h -------------------------- Patching file config.def.h using Plan A... Hunk #1 succeeded at 20. 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 53b9d4a..3179361 100644 |--- a/dwm.c |+++ b/dwm.c -------------------------- Patching file dwm.c using Plan A... Hunk #1 failed at 652. Hunk #2 failed at 659. 2 out of 2 hunks failed Hmm... Ignoring the trailing garbage. done