updates to bar, dwm and compose
[dotfiles.git] / config.h / dwm / config.h
index 151c1ba..d332607 100644 (file)
@@ -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 } },