Moved quit to semicolen

This commit is contained in:
Quentin Snow 2021-10-07 11:13:58 -05:00
parent 9f5a2be53c
commit 7402ffd587

View File

@ -102,7 +102,7 @@ static Key keys[] = {
TAGKEYS( XK_F12, 11)
TAGKEYS( XK_F13, 12)
TAGKEYS( XK_F14, 13)
{ MODKEY|ShiftMask, XK_q, quit, {0} },
{ MODKEY|ShiftMask, XK_semicolon, quit, {0} },
};
/* button definitions */