index.md - sites - public wiki contents of suckless.org | |
git clone git://git.suckless.org/sites | |
Log | |
Files | |
Refs | |
--- | |
index.md (797B) | |
--- | |
1 quitprompt | |
2 =========== | |
3 | |
4 Description | |
5 ----------- | |
6 This patch replaces the default quit behavior with a dmenu prompt. | |
7 Options are "yes", "no" and "restart". | |
8 | |
9  | |
10 | |
11 The additional confirmation can protect unsaved work from accidentally h… | |
12 | |
13 Additionally, it allows for restarting / reloading dwm without ending th… | |
14 To abort, press ESC or n/no and RET. | |
15 | |
16 Download | |
17 -------- | |
18 * [dwm-quitprompt-20220718-6613d9f.diff](dwm-quitprompt-20220718-6613d9f… | |
19 | |
20 Configuration | |
21 --------------------- | |
22 This patch replaces the default quit keybinding in `config.def.h` to qui… | |
23 | |
24 { MODKEY|ShiftMask, XK_q, quitprompt, {0} }, | |
25 | |
26 Author | |
27 ------ | |
28 * Laurenz Foglia - <[email protected]> |