Add kde locker shortcut
This commit is contained in:
parent
2c1ee1cb64
commit
31672c592c
1 changed files with 2 additions and 0 deletions
2
config.h
2
config.h
|
@ -162,6 +162,8 @@ static Key keys[] = {
|
|||
/* ---------------------------------- lock Keys ---------------------------------- */
|
||||
// Lock the screen
|
||||
{ MODKEY|ShiftMask, XK_x, spawn, SHCMD("betterlockscreen -l dim") },
|
||||
// Plasma screen lock (super + alt + shift + x)
|
||||
{ MODKEY|Mod1Mask|ShiftMask, XK_x, spawn, SHCMD("qdbus-qt5 org.kde.ksmserver /KSMServer org.kde.KSMServerInterface.logout -1 -1 -1") }
|
||||
};
|
||||
|
||||
/* button definitions */
|
||||
|
|
Loading…
Reference in a new issue