Add quit prompt

This commit is contained in:
2023-03-08 12:13:43 +05:00
parent 90ea92628f
commit 73abecfac0
5 changed files with 32 additions and 2 deletions

View File

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