index.md - sites - public wiki contents of suckless.org | |
git clone git://git.suckless.org/sites | |
Log | |
Files | |
Refs | |
--- | |
index.md (1030B) | |
--- | |
1 focusmaster | |
2 =========== | |
3 | |
4 Description | |
5 ----------- | |
6 Switch focus to the (tiled) master client from anywhere in the stack. | |
7 | |
8 focusmaster-return | |
9 ------------------ | |
10 Switch to the master from anywhere in the stack, when the master is sele… | |
11 return to the client switched from using the same keybind. | |
12 | |
13 Configuration | |
14 ------------- | |
15 Add the following line to the keys array in your config.h (or config.def… | |
16 | |
17 { MODKEY|ControlMask, XK_space, focusmaster, {0} }, | |
18 | |
19 Download | |
20 -------- | |
21 * [dwm-focusmaster-20200717-bb2e722.diff](dwm-focusmaster-20200717-bb2e7… | |
22 * [dwm-focusmaster-20210804-138b405.diff](dwm-focusmaster-20210804-138b4… | |
23 | |
24 | |
25 * [dwm-focusmaster-return-6.2.diff](dwm-focusmaster-return-6.2.diff) (20… | |
26 * [dwm-focusmaster-return-20210804-138b405.diff](dwm-focusmaster-return-… | |
27 | |
28 Author | |
29 ------ | |
30 * Mateus Auler - <mateusauler at protonmail dot com> | |
31 * Jack Bird - <[email protected]> (focusmaster return) |