sites

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

index.md (1368B)


      1 Alt-tab2
      2 =======
      3 
      4 Description
      5 -----------
      6 This patch is based on [alt-tab](../alt-tab/).
      7 It adds alt-tab like functionality to dwm,
      8 by cycling through windows/clients in their recently used order.
      9 Tag `~0` is used to view all clients while doing so.
     10 One can also click to focus a window.
     11 In order to use this patch [winview](../winview/) is also necessary.
     12 
     13 Rationale
     14 ---------
     15 For whatever reason, the original alt-tab patch made dwm crash for me.
     16 Besides, it was a huge patch, this version is simplified to use dwm's
     17 core features + winview patch instead of drawing an alt tab window.
     18 
     19 Configuration
     20 ---------------------
     21 * `tabModKey` - If this key is hold the alt-tab functionality stays active. This key must be the same as key that is used to active function alttab
     22 * `tabCycleKey` - If this key is hit the alt-tab program moves one position forward in clients. This key must be the same as key that is used to active function alttab
     23 
     24 `tabModkey` and `tabCycleKey` are keycodes values.
     25 In case you use to other keys, checkout the instructions in
     26 [alt-tab](../alt-tab/index.md).
     27 
     28 Support
     29 -----
     30 This patch is kept alive on my [github](https://github.com/lucas-mior/dwm).
     31 
     32 Download
     33 --------
     34 * [dwm-alttab2-6.4.diff](dwm-alttab2-6.4.diff) (patch on top of winview)
     35 * [dwm-alttab2+winview-6.4.diff](dwm-alttab2+winview-6.4.diff) (winview + alttab2 as a single patch)