diff --git a/config.h b/config.h index 772ab28..18cf44a 100644 --- a/config.h +++ b/config.h @@ -134,6 +134,8 @@ static Key keys[] = { TAGKEYS( XK_7, 6) TAGKEYS( XK_8, 7) TAGKEYS( XK_9, 8) + // Lock the screen + { MODKEY|ShiftMask, XK_x, spawn, SHCMD("betterlockscreen -l dim") }, // Kill dwm { MODKEY|ShiftMask, XK_c, quit, {0} }, // Brightness