1
0
Fork 0
mirror of https://github.com/ItsDrike/dotfiles.git synced 2025-04-29 05:08:36 +00:00

Use xsecurelock directly instead of DPMS trigger

This commit is contained in:
ItsDrike 2021-10-15 20:13:29 +02:00
parent 27df041884
commit 93f1bd30f0
No known key found for this signature in database
GPG key ID: FB8CA11A2CF3A843

View file

@ -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))