Switched to xscreensaver from slock
This commit is contained in:
parent
6853e925e1
commit
73aca93d21
1 changed files with 2 additions and 1 deletions
|
@ -166,7 +166,8 @@ myKeys conf@(XConfig {XMonad.modMask = modMask}) = M.fromList $
|
|||
|
||||
-- Lock the screen using xscreensaver.
|
||||
, ((modMask .|. controlMask, xK_l),
|
||||
spawn "slock")
|
||||
-- spawn "slock")
|
||||
spawn "xscreensaver-command -lock")
|
||||
|
||||
-- Launch dmenu via yeganesh.
|
||||
-- Use this to launch programs without a key binding.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue