Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |This patch is heavily inspired by the moveplace patch. It allows to "throw" |windows in 4 directions, which makes them floating (if not floating already) |and then moves them in the chosen direction until they hit the border of the |screen. Unlike moveplace, the windows get to keep their original size. |Additionally, there's a "middle direction" defined which simply centers a |window on the screen. | |diff --git a/config.def.h b/config.def.h |index 1c0b587..cd8b0a7 100644 |--- a/config.def.h |+++ b/config.def.h -------------------------- Patching file config.def.h using Plan A... Hunk #1 succeeded at 84. 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 4465af1..16f4b08 100644 |--- a/dwm.c |+++ b/dwm.c -------------------------- Patching file dwm.c using Plan A... Hunk #1 succeeded at 66. Hunk #2 succeeded at 184. Hunk #3 succeeded at 1194. done