1
0
mirror of https://github.com/tiyn/dwm.git synced 2026-01-02 07:29:47 +01:00

quitprompt: added branch and patch

This commit is contained in:
2023-12-11 01:04:33 +01:00
parent cdacc63d2c
commit 22b482d2c9
3 changed files with 123 additions and 1 deletions

View File

@@ -93,7 +93,7 @@ static Key keys[] = {
TAGKEYS( XK_7, 6)
TAGKEYS( XK_8, 7)
TAGKEYS( XK_9, 8)
{ MODKEY|ShiftMask, XK_q, quit, {0} },
{ MODKEY|ShiftMask, XK_q, quitprompt, {0} },
};
/* button definitions */