Lock screen tool
This commit is contained in:
parent
61e1053fec
commit
c1e6ca70ae
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/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))
|
||||
|
|
Loading…
Reference in a new issue