Switched to xscreensaver from slock

This commit is contained in:
Josh Sherman 2012-04-03 12:01:48 -04:00
parent 6853e925e1
commit 73aca93d21

View file

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