Add lock screen shortcut

This commit is contained in:
ItsDrike 2021-08-19 02:14:44 +02:00
parent ef45a89ca4
commit 71c18ed1de
No known key found for this signature in database
GPG key ID: B5F6B41F708C3ADD

View file

@ -104,6 +104,9 @@ myKeys =
[ ("M-S-r", spawn "xmonad --recompile; xmonad --restart") -- Recompiles xmonad
, ("M-S-q", io exitSuccess) -- Quits xmonad
-- Lock screen
, ("C-M-l", spawn "xset s activate") -- Send DPMS trigger for lockscreen
-- Programs
, ("M-b", spawn (myBrowser))
, ("M-<Return>", spawn (myTerminal))