From: Simon Ruderich Date: Mon, 6 May 2013 02:42:42 +0000 (+0200) Subject: xmonad/xmonad.hs: Add mod-z mapping to lock the screen. X-Git-Url: https://ruderich.org/simon/gitweb/?p=config%2Fdotfiles.git;a=commitdiff_plain;h=6b37d22a4efca8766370822e6cb2fad9f92684b1 xmonad/xmonad.hs: Add mod-z mapping to lock the screen. --- diff --git a/xmonad/xmonad.hs b/xmonad/xmonad.hs index 26d0b3f..f8e7ca1 100644 --- a/xmonad/xmonad.hs +++ b/xmonad/xmonad.hs @@ -176,6 +176,10 @@ myKeys = [ -- Switch to last active workspace, thanks to moljac024 in #xmonad on -- Freenode (2010-12-18 14:45 CET). , ((myModMask, xK_f), toggleWS) + + -- Lock the screen. The sleep is necessary to allow xtrlock to graph the + -- keyboard input. + , ((myModMask, xK_z), spawn "sleep 1 && xtrlock") ] ++ -- When using multiple screens, switching to another workspace causes