Add lock screen key byding
This commit is contained in:
parent
6bf1e2fbcd
commit
e2ba87c4ae
1 changed files with 2 additions and 0 deletions
2
config.h
2
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
|
||||
|
|
Loading…
Reference in a new issue