sites

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

index.md (728B)


      1 Alt-tab for same class windows
      2 ==============================
      3 
      4 
      5 Description
      6 -----------
      7 
      8 This patch is a modifications on alt-tab patch that enables alt-tabbing windows
      9 of the same class. Apply first [alt-tab](../alt-tab) patch to use this. Also another feature
     10 is enabling reverse alt-tab when holding `Shift` key.
     11 
     12 
     13 Configuration Options
     14 ---------------------
     15 * `tabCycleKey2` - Set this to a key that you want for class alt-tab. By default it's set to `grave` key.
     16 
     17 
     18 Download
     19 --------
     20 * [dwm-alttabclass-6.4.diff](dwm-alttabclass-6.4.diff)
     21 
     22 
     23 Authors
     24 -------
     25 * Akqyu - akqhybt@gmail.com
     26 
     27 
     28 Acknowledgements
     29 ----------------
     30 Thanks to Viliam Kováč for alt-tab patch which has most of the difficult part
     31 already taken care of.