index.md - sites - public wiki contents of suckless.org | |
git clone git://git.suckless.org/sites | |
Log | |
Files | |
Refs | |
--- | |
index.md (1365B) | |
--- | |
1 bulkill | |
2 ======= | |
3 | |
4 Description | |
5 ----------- | |
6 | |
7 Built-in dwm provides `MOD+Shift+c` to close current window. | |
8 | |
9 We add: | |
10 | |
11 * `MOD+Ctrl+c` to directly close all windows in current tag, but except … | |
12 * `MOD+Ctrl+Shift+c` to directly close all windows in current tag, inclu… | |
13 | |
14 Download | |
15 -------- | |
16 | |
17 * `safe`: will not change original `dwm.c` file. We add a standalone `bu… | |
18 * Without `safe`: Directly integrate into default `killclient` function … | |
19 * `systray`: will be compatible with `systray` patch, but you should pat… | |
20 | |
21 Recommend: | |
22 | |
23 * If you are a newbie and you afraid the forthcoming patch might mess th… | |
24 * If you pursue ultimate clean code, use the non-`safe` version. | |
25 | |
26 * [dwm-bulkill-20231029-9f88553.diff](dwm-bulkill-20231029-9f88553.diff) | |
27 * [dwm-bulkill-safe-20231029-9f88553.diff](dwm-bulkill-safe-20231029-9f8… | |
28 * [dwm-bulkill-systray-20231029-9f88553.diff](dwm-bulkill-systray-202310… | |
29 * [dwm-bulkill-systray-safe-20231029-9f88553.diff](dwm-bulkill-systray-s… | |
30 | |
31 References | |
32 ---------- | |
33 | |
34 * https://www.reddit.com/r/dwm/comments/rybfeu/kill_all_windows_in_a_wor… | |
35 | |
36 | |
37 Authors | |
38 ------- | |
39 | |
40 * Songli Yu - <[email protected]> |