i3lock has moved
This commit is contained in:
parent
b4a987003d
commit
b8a24863ed
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue