sites

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

index.md (803B)


      1 Tagshift
      2 ========
      3 Adds keybinds for circularly shifting back and forth viewed tags or a client's tags. 
      4 This is an alternative to the [adjacenttag patch](https://dwm.suckless.org/patches/adjacenttag/) that allows 
      5 for shifting forward and back all viewed tags, rather than just one. This is by default bound to 
      6 mod + left and mod + right for shifting the viewed tags, mod + shift + left and mod + shift + right 
      7 for shifting a client's tags.
      8 
      9 For example, shifting the tags 2 and 3 to the right by one would change them to 3 and 4, and 
     10 if a client's tags were set to 1 and 9, shifting them to the left by one would change them to 8 and 9.
     11 
     12 Download
     13 --------
     14 * [dwm-tagshift-6.3.diff](dwm-tagshift-6.3.diff)
     15 
     16 Authors
     17 -------
     18 * Fernando C.V. <ferkiwi@gmail.com>
     19 * Elliott Seymour <rensenware@proton.me>