i3lock has moved

This commit is contained in:
Martin Potier 2017-07-18 18:21:57 +02:00
parent b4a987003d
commit b8a24863ed
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/.nix-profile/bin/i3lock-fancy -g -p")
, ((modm .|. shiftMask, xK_Delete), spawn "/run/current-system/sw/bin/i3lock-fancy -g -p")
-- quit xmonad
, ((modm .|. shiftMask, xK_q), io (exitWith ExitSuccess))