X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;ds=sidebyside;f=config.h%2Fdwm%2Fconfig.h;h=d33260709ea1d7daaf6b185530cae297f3c95a2f;hb=a34dd6663c6c8a79a11ab2776e5b9b75e8f38f13;hp=151c1ba35a3299b9ef23a9624028bff6c986f804;hpb=7d26c31904f426d28913aed8ba7ede20fb0c496d;p=dotfiles.git diff --git a/config.h/dwm/config.h b/config.h/dwm/config.h index 151c1ba..d332607 100644 --- a/config.h/dwm/config.h +++ b/config.h/dwm/config.h @@ -63,6 +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[] = { @@ -73,6 +74,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 } },