Merge branch 'restartsig' into new_dwm

This commit is contained in:
Alex Selimov 2021-04-09 01:27:06 -04:00
commit 2c7258eb73
3 changed files with 33 additions and 0 deletions

View file

@ -107,6 +107,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 */