Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |From a229c36f51ad6f8b40109ed53c643f242351962a Mon Sep 17 00:00:00 2001 |From: Jonas Dujava |Date: Fri, 26 May 2023 22:14:48 +0200 |Subject: [PATCH] Warp patch | |Warps the mouse cursor to the center of the currently focused |window or screen when the mouse cursor is | (a) on a different screen, or | (b) on top of a different window. | |This version properly handles warping to windows that have not been |mapped yet (before it resulted in a change of the stack order). |See the discussion in (thanks goes to Bakkeby): | https://github.com/bakkeby/patches/issues/60 |--- | dwm.c | 26 ++++++++++++++++++++++++++ | 1 file changed, 26 insertions(+) | |diff --git a/dwm.c b/dwm.c |index e5efb6a..7ea6c14 100644 |--- a/dwm.c |+++ b/dwm.c -------------------------- Patching file dwm.c using Plan A... Hunk #1 succeeded at 228. Hunk #2 succeeded at 835. Hunk #3 succeeded at 1368. Hunk #4 succeeded at 2048. Hmm... Ignoring the trailing garbage. done