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:
parent
27df041884
commit
93f1bd30f0
1 changed files with 2 additions and 1 deletions
|
@ -105,7 +105,8 @@ myKeys =
|
||||||
, ("M-S-q", io exitSuccess) -- Quits xmonad
|
, ("M-S-q", io exitSuccess) -- Quits xmonad
|
||||||
|
|
||||||
-- Lock screen
|
-- 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
|
-- Programs
|
||||||
, ("M-b", spawn (myBrowser))
|
, ("M-b", spawn (myBrowser))
|
||||||
|
|
Loading…
Add table
Reference in a new issue