X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=config.h%2Fdwm%2Fconfig.h;h=b0772c5dbc6c837ada9c12de87996e1dd27ef564;hb=7e98ade222f877c9dfca1c189c8f8dabcc55a4ac;hp=151c1ba35a3299b9ef23a9624028bff6c986f804;hpb=7d26c31904f426d28913aed8ba7ede20fb0c496d;p=dotfiles.git diff --git a/config.h/dwm/config.h b/config.h/dwm/config.h index 151c1ba..b0772c5 100644 --- a/config.h/dwm/config.h +++ b/config.h/dwm/config.h @@ -63,7 +63,7 @@ static const char *passmenu[] = { "passmenu", NULL }; static const char *passmenu_type[] = { "passmenu", "--type", NULL }; static const char *scr[] = { "scr", NULL }; static const char *scr_sel[] = { "scr", "selection", NULL }; - +static const char *lock[] = { "slock", NULL }; static Key keys[] = { /* modifier key function argument */ @@ -73,6 +73,7 @@ static Key keys[] = { { MODKEY|ShiftMask, XK_y, spawn, {.v = passmenu_type } }, { MODKEY, XK_Print, spawn, {.v = scr } }, { MODKEY|ShiftMask, XK_Print, spawn, {.v = scr_sel } }, + { MODKEY|ShiftMask, XK_l, spawn, {.v = lock } }, { MODKEY, XK_b, togglebar, {0} }, { MODKEY, XK_j, focusstack, {.i = +1 } }, { MODKEY, XK_k, focusstack, {.i = -1 } },