sites

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

index.md (711B)


      1 tagintostack
      2 ============
      3 
      4 Description
      5 -----------
      6 `tagintostack` new clients attach into the stack area when you toggle a new tag
      7 into view. This means your master area will remain unchanged when toggling
      8 views.
      9 
     10 * the `allmaster` patch will cause all clients in the master area to be left
     11   alone
     12 * the `onemaster` patch will cause the first client in the master area to be left
     13   alone (this is a much simpler piece of code)
     14 
     15 Download
     16 --------
     17 * [dwm-6.1-tagintostack-allmaster.diff](dwm-6.1-tagintostack-allmaster.diff) (568b) (20140306)
     18 * [dwm-6.2-tagintostack-onemaster.diff](dwm-6.2-tagintostack-onemaster.diff)
     19 
     20 Author
     21 ------
     22 * Aaron Burrow - <burrows.labs@gmail.com>
     23 * Aleks Stier (onemaster-6.2 port)