sites

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

index.md (958B)


      1 focus adjacent tag
      2 ==================
      3 
      4 Description
      5 -----------
      6 This patch provides the ability to focus the tag on the immediate left or right
      7 of the currently focused tag. It also allows to send the focused window either
      8 on the left or the right tag.
      9 
     10 Default key bindings
     11 --------------------
     12 	 Key               Description
     13 	--------------------------------------------------------------------
     14 	 Mod-Left          Focus tag on the left, if any.
     15 	 Mod-Right         Focus tag on the right, if any.
     16 	 Mod-Shift-Left    Send focused window to tag on the left, if any.
     17 	 Mod-Shift-Right   Send focused window to tag on the right, if any.
     18 
     19 Download
     20 --------
     21 * [dwm-focusadjacenttag-6.3.diff](dwm-focusadjacenttag-6.3.diff)
     22 * [dwm-focusadjacenttag-6.0.diff](dwm-focusadjacenttag-6.0.diff)
     23   (Unclean patch, Author emailed about this issue already)
     24 
     25 Authors
     26 -------
     27 * Adrian Amaglio - 6.3 patch and config place fix
     28 * Fabio Banfi - `<fbanfi90 at gmail dot com>`