Fix keybind on lock (shift->control)

This commit is contained in:
jon
2019-06-29 14:18:50 -05:00
parent 1b402fe688
commit 479cf61077
3 changed files with 2 additions and 1 deletions

View File

@@ -111,7 +111,8 @@ static Key keys[] = {
TAGKEYS( XK_7, 6) TAGKEYS( XK_7, 6)
TAGKEYS( XK_8, 7) TAGKEYS( XK_8, 7)
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|ShiftMask, XK_l, spawn, {.v = lockcmd } }, { MODKEY|ShiftMask, XK_l, spawn, {.v = lockcmd } },
}; };

BIN
dwm

Binary file not shown.

BIN
dwm.o

Binary file not shown.