]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
xmonad/xmonad.hs: Add mod-z mapping to lock the screen.
authorSimon Ruderich <simon@ruderich.org>
Mon, 6 May 2013 02:42:42 +0000 (04:42 +0200)
committerSimon Ruderich <simon@ruderich.org>
Mon, 6 May 2013 02:42:42 +0000 (04:42 +0200)
xmonad/xmonad.hs

index 26d0b3fd3a1831ffa9a1e6d212c85507ec7e8cd6..f8e7ca157ced90896ba2765bdbd08f3e4bd0a358 100644 (file)
@@ -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