sites

public wiki contents of suckless.org
git clone git://git.suckless.org/sites
Log | Files | Refs

index.md (1401B)


      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-20211015-a786211.diff](dwm-single_tagset-20211015-a786211.diff)
     22 * [dwm-single\_tagset-20210623-67d76bd.diff](dwm-single_tagset-20210623-67d76bd.diff)
     23 * [dwm-single\_tagset-6.2.diff](dwm-single_tagset-6.2.diff)
     24 * [dwm-single\_tagset-20160731-56a31dc.diff](dwm-single_tagset-20160731-56a31dc.diff)
     25 * [dwm-6.1-single\_tagset.diff](dwm-6.1-single_tagset.diff) (16634b) (20140209)
     26 * [dwm-single\_tagset-6.0.diff](dwm-single_tagset-6.0.diff) (14417b) (20120406)
     27 
     28 Authors
     29 -------
     30 * Jan Christoph Ebersbach - <jceb@e-jc.de>
     31 * Mohammad Zeinali - <mzeinali@tutanota.com>
     32 * Jesus Mastache Caballero - <BrunoCooper17@outlook.com>