mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2024-11-10 02:39:40 +00:00
Use xsecurelock directly instead of DPMS trigger
This commit is contained in:
parent
27df041884
commit
93f1bd30f0
|
@ -105,7 +105,8 @@ myKeys =
|
|||
, ("M-S-q", io exitSuccess) -- Quits xmonad
|
||||
|
||||
-- Lock screen
|
||||
, ("C-M-l", spawn "xset s activate") -- Send DPMS trigger for lockscreen
|
||||
, ("C-M-l", spawn "xsecurelock") -- XSecureLock lockscreen
|
||||
--, ("C-M-l", spawn "xset s activate") -- Send DPMS trigger for lockscreen
|
||||
|
||||
-- Programs
|
||||
, ("M-b", spawn (myBrowser))
|
||||
|
|
Loading…
Reference in a new issue