sites

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

index.md (625B)


      1 resetlayout
      2 ===========
      3 
      4 Description
      5 -----------
      6 
      7 Resets the layout and mfact if there is only one client visible.
      8 
      9 This applies cleanly to vanilla dwm, but is mostly only useful alongside the
     10 [pertag](../pertag/) patch, since otherwise all layouts and mfacts will be
     11 reset.
     12 
     13 You can also set a binding to trigger this on demand, see the new call to
     14 resetlayout in config.def.h.
     15 
     16 Download
     17 --------
     18 * [dwm-resetlayout-6.2.diff](dwm-resetlayout-6.2.diff)
     19 * [dwm-resetlayout-20200420-c82db69.diff](dwm-resetlayout-20200420-c82db69.diff)
     20 
     21 Authors
     22 -------
     23 * Chris Down - <chris@chrisdown.name>
     24 * Jack Bird - <jack.bird@dur.ac.uk>