index.md - sites - public wiki contents of suckless.org | |
git clone git://git.suckless.org/sites | |
Log | |
Files | |
Refs | |
--- | |
index.md (1011B) | |
--- | |
1 combo | |
2 ===== | |
3 | |
4 Description | |
5 ----------- | |
6 This patch tweaks the tagging interface so that you can select multiple … | |
7 for tag or view by pressing all the right keys as a combo. For example t… | |
8 tags 1 and 3, hold MOD and then press and hold 1 and 3 together. | |
9 | |
10 This makes selecting multiple tags very easy and fluid. | |
11 | |
12 Applying | |
13 -------- | |
14 The patch adds two functions that you have to know about: combotag and | |
15 comboview. Replace the tag and view functions with these in TAGKEYS and … | |
16 other places you want. combotag and comboview are totally compatible wit… | |
17 and view so you could replace all usages if you wanted. | |
18 | |
19 Download | |
20 -------- | |
21 | |
22 * [dwm-combo-5.9.diff](dwm-combo-5.9.diff) - 2010-10-30 | |
23 * [dwm-combo-6.0.diff](dwm-combo-6.0.diff) - 2012-10-09 | |
24 * [dwm-combo-6.1.diff](dwm-combo-6.1.diff) - 2016-01-22 | |
25 | |
26 Author | |
27 ------ | |
28 | |
29 * Wolf Tivy - wolf at tivy dot com. | |
30 * Dan McNair - cosfx at h0v3 dot net (mechanical update to 6.0) | |
31 * Matthew Boswell - mordervomubel+suckless at lockmail dot us (mechanical | |
32 update to 6.1) |