index.md - 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 posit… | |
13 | |
14 Shifts the ordering of clients in the master / stack area without worryi… | |
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 a… | |
17 stack clients are left alone. And inversely, if you're focused on a clie… | |
18 in the stack, stack clients are rotated but master clients are left alon… | |
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 - <[email protected]> |