index.md (1461B)
1 single tagset 2 ============= 3 4 Description 5 ----------- 6 This patch addresses the multi-monitor setup. Instead of having separate tags 7 for every monitor there is just one list of tags for all monitors. Instead of 8 moving windows from one monitor to the other, the desired tag from the other 9 monitor can just be selected and all windows will be drawn on the current 10 monitor. 11 12 Several deep changes needed to be made: 13 1. Macro ISVISIBLE expects a second parameter, the monitor 14 2. Monitor->clients and Monitor->stack were moved to the global variable 15 Clientlist cl. All monitors refer to this one list. 16 3. A new method attachclients was added. When changing between tags this 17 function ensures that all clients are pointing to the right monitor. 18 19 Download 20 -------- 21 * [dwm-single\_tagset-6.5.diff](dwm-single_tagset-6.5.diff) 22 * [dwm-single\_tagset-20211015-a786211.diff](dwm-single_tagset-20211015-a786211.diff) 23 * [dwm-single\_tagset-20210623-67d76bd.diff](dwm-single_tagset-20210623-67d76bd.diff) 24 * [dwm-single\_tagset-6.2.diff](dwm-single_tagset-6.2.diff) 25 * [dwm-single\_tagset-20160731-56a31dc.diff](dwm-single_tagset-20160731-56a31dc.diff) 26 * [dwm-6.1-single\_tagset.diff](dwm-6.1-single_tagset.diff) (16634b) (20140209) 27 * [dwm-single\_tagset-6.0.diff](dwm-single_tagset-6.0.diff) (14417b) (20120406) 28 29 Authors 30 ------- 31 * Jan Christoph Ebersbach - <jceb@e-jc.de> 32 * Mohammad Zeinali - <mzeinali@tutanota.com> 33 * Jesus Mastache Caballero - <BrunoCooper17@outlook.com>