sites

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

index.md (877B)


      1 toggleallmons
      2 ====================
      3 
      4 Description
      5 -----------
      6 This patch provides a keybinding to toggle the tagsets for all of your monitors at the same time.
      7 
      8 Press MOD + Shift + Tab to toggle tagsets for all monitors.
      9 
     10 This patch works by creating a new function that wraps the meat of the `view` function in a for loop that iterates through all the monitors, while changing all instances of `selmon` to the name of the iterating variable.
     11 
     12 There are two patches provided, one for the base 6.4 release, and one for those who want to use pertag in conjuction.
     13 Note that to use the pertag variant, you must already have applied the pertag patch.
     14 
     15 Download
     16 --------
     17 * [dwm-toggleallmons-6.4.diff](dwm-toggleallmons-6.4.diff) - 2024-03-14
     18 * [dwm-toggleallmonspertag-6.4.diff](dwm-toggleallmonspertag-6.4.diff) - 2024-03-14
     19 
     20 Author
     21 ------
     22 * Philip Thomas K. - <philtomk@gmail.com>