sites

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

index.md (509B)


      1 switch all monitor tags
      2 =======================
      3 
      4 Description
      5 -----------
      6 Switches the selected tag of all monitors.
      7 
      8 The patch modifies `config.def.h`. Make sure to update `config.h` accordingly,
      9 if the file exists.
     10 
     11 Example Usage
     12 -------------
     13 If monitor A is on tag 1, and monitor B is on tag 2, and the
     14 user inputs `Alt+Super+3`,
     15 both monitors will switch to tag 3.
     16 
     17 Download
     18 --------
     19 * [dwm-switchallmonitortags-6.3.diff](dwm-switchallmonitortags-6.3.diff)
     20 
     21 Author
     22 ------
     23 * yasumori <ysmr@protonmail.com>