sites

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

index.md (921B)


      1 inplacerotate
      2 =============
      3 
      4 Description
      5 -----------
      6 This patch provides keybindings to perform 'in place' rotations (in that
      7 clients are rotated but the focus position in the stack is unchanged).
      8 
      9 The argument for the `inplacerotate` function affects the behavior of
     10 the rotation as follows:
     11 
     12 *-1/+1* -> CCW/CW inplace master OR stack rotation (based on focus position)
     13 
     14 Shifts the ordering of clients in the master / stack area without worrying
     15 clients will transfer between the master / stack (nmaster) boundry. If
     16 your current focus is in the master area, clients in the master rotate and
     17 stack clients are left alone. And inversely, if you're focused on a client
     18 in the stack, stack clients are rotated but master clients are left alone.
     19 
     20 *-2/+2* -> CCW/CW inplace all clients rotation.
     21 
     22 
     23 Download
     24 --------
     25 * [dwm-inplacerotate-6.2.diff](dwm-inplacerotate-6.2.diff)
     26 
     27 Authors
     28 -------
     29 * Miles Alan - <m@milesalan.com>