Fixed keybind

This commit is contained in:
jon
2019-06-29 14:20:23 -05:00
parent 479cf61077
commit fa6ff46c1c

View File

@@ -113,7 +113,7 @@ static Key keys[] = {
TAGKEYS( XK_9, 8) TAGKEYS( XK_9, 8)
//{ MODKEY|ShiftMask, XK_q, quit, {0} }, //{ MODKEY|ShiftMask, XK_q, quit, {0} },
{ MODKEY|ControlMask, XK_q, quit, {0} }, { MODKEY|ControlMask, XK_q, quit, {0} },
{ MODKEY|ShiftMask, XK_l, spawn, {.v = lockcmd } }, { MODKEY|ControlMask, XK_l, spawn, {.v = lockcmd } },
}; };
/* button definitions */ /* button definitions */