index.md - sites - public wiki contents of suckless.org | |
git clone git://git.suckless.org/sites | |
Log | |
Files | |
Refs | |
--- | |
index.md (638B) | |
--- | |
1 allowkillrule | |
2 ============= | |
3 | |
4 Description | |
5 ----------- | |
6 | |
7 This patch adds a rule which disables the ability to kill clients throug… | |
8 killclient function. You can choose if you want clients to be killable by | |
9 default or not by setting `allowkill` to either `0` or `1`. It also incl… | |
10 a `toggleallowkill` keybind (by default MODKEY+q) which toggles it for t… | |
11 focused client. This is useful if you find that you kill clients | |
12 often by accident. | |
13 | |
14 Download | |
15 -------- | |
16 * [dwm-allowkillrule-6.4.diff](dwm-allowkillrule-6.4.diff) | |
17 | |
18 A mirror is also available [here](https://git.speedie.site/patches). | |
19 | |
20 Author | |
21 ------ | |
22 * speedie <[email protected]> |