Lock screen tool

This commit is contained in:
eeva 2017-03-15 17:14:31 +01:00
parent 61e1053fec
commit c1e6ca70ae
1 changed files with 1 additions and 1 deletions

View File

@ -235,7 +235,7 @@ myKeys conf@(XConfig {XMonad.modMask = modm}) = M.fromList $
-- lock my session
--, ((modm .|. shiftMask, xK_Delete), spawn "/usr/bin/sxlock -f \"-*-ubuntu mono-*-r-*-*-*-*-*-*-*-*-*-*\"")
, ((modm .|. shiftMask, xK_Delete), spawn "/home/eeva/prefix/bin/lock.sh")
, ((modm .|. shiftMask, xK_Delete), spawn "/home/eeva/.nix-profile/bin/i3lock-fancy")
-- quit xmonad
, ((modm .|. shiftMask, xK_q), io (exitWith ExitSuccess))