Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |From 2550931c66e10e667ce56a6761cbadd12b331c52 Mon Sep 17 00:00:00 2001 |From: bakkeby |Date: Mon, 10 Aug 2020 16:45:00 +0200 |Subject: [PATCH] Steam patch | |Steam, and steam windows (games), trigger a ConfigureNotify request every time the window |gets focus. More so, the configure event passed along from Steam tends to have the wrong |x and y coordinates which can make the window, if floating, jump around the screen. | |This patch works around this age-old issue by ignoring the x and y co-ordinates for |ConfigureNotify requests relating to Steam windows. |--- | dwm.c | 20 +++++++++++++------- | 1 file changed, 13 insertions(+), 7 deletions(-) | |diff --git a/dwm.c b/dwm.c |index 4465af1..598d36d 100644 |--- a/dwm.c |+++ b/dwm.c -------------------------- Patching file dwm.c using Plan A... Hunk #1 succeeded at 93. Hunk #2 succeeded at 292. Hunk #3 succeeded at 592. Hmm... Ignoring the trailing garbage. done