index.md - sites - public wiki contents of suckless.org | |
git clone git://git.suckless.org/sites | |
Log | |
Files | |
Refs | |
--- | |
index.md (551B) | |
--- | |
1 switchcol | |
2 ========= | |
3 | |
4 Description | |
5 ----------- | |
6 Switch focus between the 2 columns (master or stack) easily. This patch … | |
7 has one function, it remembers the most recently focused client in the 2 | |
8 columns for each tag (it is implemented by searching the stack list to f… | |
9 the most recent client in the other column). | |
10 | |
11 Configuration | |
12 ------------- | |
13 /*config.h*/ | |
14 { MODKEY, XK_n, switchcol, {0} }, | |
15 | |
16 Download | |
17 -------- | |
18 * [dwm-switchcol-6.1.diff](dwm-switchcol-6.1.diff) (1126b) (20160325) | |
19 | |
20 Author | |
21 ------ | |
22 * phi <[email protected]> |