index.md - sites - public wiki contents of suckless.org | |
git clone git://git.suckless.org/sites | |
Log | |
Files | |
Refs | |
--- | |
index.md (725B) | |
--- | |
1 rmaster | |
2 ======= | |
3 | |
4 Description | |
5 ----------- | |
6 Enables swapping the master- and stack area such that the master-client | |
7 appears on the right and the stack-clients appear on the left. | |
8 | |
9 Configuration | |
10 ------------- | |
11 A variable and a toggle-function are introduced to achieve this | |
12 behaviour which are set in the config.h: | |
13 | |
14 * The rmaster-variable can be set to 1 to make the right area the | |
15 default master-area | |
16 * The togglemaster-function can be used to swap the master- and | |
17 stack-areas dynamically. | |
18 | |
19 Download | |
20 -------- | |
21 * [dwm-rmaster-6.1.diff](dwm-rmaster-6.1.diff) (20190418) | |
22 * [dwm-rmaster-6.2.diff](dwm-rmaster-6.2.diff) (20201116) | |
23 | |
24 Author | |
25 ------ | |
26 * phi <[email protected]> | |
27 * Aleksandrs Stier (Contributor) | |
28 * Peter Skrypalle (6.2 port) |