sites

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

index.md (609B)


      1 adjacenttag
      2 ===========
      3 
      4 Description
      5 -----------
      6 This patch allow to focus on the adjacent tag (left or right) or move a client
      7 to it, the version with 'skipvacant' will skip vacant tags
      8 
      9 Default keybindings
     10 -------------------
     11 * `Mod+Right` - view the next tag
     12 * `Mod+Left` - view the previous tag
     13 * `Mod+Shift+Right` - move the current window to the next tag
     14 * `Mod+Shift+Left` - move the current window to the previous tag
     15 
     16 Download
     17 --------
     18 * [dwm-adjacenttag-6.2.diff](dwm-adjacenttag-6.2.diff)
     19 * [dwm-adjacenttag-skipvacant-6.2.diff](dwm-adjacenttag-skipvacant-6.2.diff)
     20 
     21 Authors
     22 -------
     23 * Ayoub Khater