Add restart sig patch

This commit is contained in:
Alex Selimov 2021-04-09 01:24:48 -04:00
parent 61bb8b2241
commit 799acc405b
3 changed files with 33 additions and 0 deletions

View file

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