Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Author: Jan Christoph Ebersbach |URL: http://dwm.suckless.org/patches/single_tagset |This patch addresses the multi-monitor setup. Instead of having separate tags |for every monitor there is just one list of tags for all monitors. Instead of |moving windows from one monitor to the other, the desired tag from the |other monitor can just be selected and all windows will be drawn on the |current monitor. | |Several deep changes needed to be made: |1. Macro ISVISIBLE expects a second parameter, the monitor |2. Monitor->clients and Monitor->stack were moved to the global variable | Clientlist cl. All monitors refer to this one list. |3. A new method attachclients was added. When changing between tags this | function ensures that all clients are pointing to the right monitor. | |Please be aware that this patch probably breaks any other patch! | |Index: dwm/dwm.c |=================================================================== |--- dwm/dwm.c.orig 2014-02-09 15:24:26.156117354 +0100 |+++ dwm/dwm.c 2014-02-09 15:24:26.148117354 +0100 -------------------------- Patching file dwm.c using Plan A... Hunk #1 succeeded at 49 (offset 1 line). Hunk #2 succeeded at 111 (offset 1 line). Hunk #3 failed at 125. Hunk #4 failed at 141. Hunk #5 succeeded at 190 (offset 1 line). Hunk #6 succeeded at 271 with fuzz 1 (offset -1 lines). Hunk #7 failed at 302. Hunk #8 failed at 383. Hunk #9 failed at 402. Hunk #10 failed at 505. Hunk #11 failed at 566. Hunk #12 failed at 648. Hunk #13 failed at 669. Hunk #14 failed at 704. Hunk #15 failed at 712. Hunk #16 failed at 742. Hunk #17 failed at 825. Hunk #18 failed at 878. Hunk #19 failed at 1138. Hunk #20 failed at 1221. Hunk #21 failed at 1374. Hunk #22 failed at 1425. Hunk #23 failed at 1546. Hunk #24 failed at 1596. Hunk #25 failed at 1634. Hunk #26 failed at 1668. Hunk #27 failed at 1676. Hunk #28 failed at 1712. Hunk #29 failed at 1731. Hunk #30 succeeded at 1849 (offset 71 lines). Hunk #31 failed at 1907. Hunk #32 failed at 1937. Hunk #33 failed at 1961. Hunk #34 failed at 2105. Hunk #35 failed at 2140. Hunk #36 failed at 2202. 31 out of 36 hunks failed Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: dwm/config.def.h |=================================================================== |--- dwm/config.def.h.orig 2014-02-09 15:24:26.156117354 +0100 |+++ dwm/config.def.h 2014-02-09 15:24:26.148117354 +0100 -------------------------- Patching file config.def.h using Plan A... Hunk #1 succeeded at 57 with fuzz 1 (offset 3 lines). Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: dwm/keepfloatingposition.c |=================================================================== |--- /dev/null 1970-01-01 00:00:00.000000000 +0000 |+++ dwm/keepfloatingposition.c 2014-02-09 15:24:26.148117354 +0100 -------------------------- (Creating file keepfloatingposition.c...) Patching file keepfloatingposition.c using Plan A... Empty context always matches. Hunk #1 succeeded at 1. done