index.md - sites - public wiki contents of suckless.org | |
git clone git://git.suckless.org/sites | |
Log | |
Files | |
Refs | |
--- | |
index.md (581B) | |
--- | |
1 Rotate stack | |
2 ============ | |
3 | |
4 Description | |
5 ----------- | |
6 Stack rotation moves a client from the bottom to the top of the stack (o… | |
7 other way round). This effectively rotates the clients by one position | |
8 clockwise (or CCW, respectively). | |
9 | |
10 It should play well with arbitrary stack layouts and nmaster values. | |
11 | |
12 One may think of it as moving the zoom through the list of clients, very… | |
13 in the same way as scrolling moves the view port around a pane. | |
14 | |
15 Download | |
16 -------- | |
17 * [dwm-rotatestack-20161021-ab9571b.diff](dwm-rotatestack-20161021-ab957… | |
18 | |
19 Author | |
20 ------ | |
21 * [email protected] |