X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=xmonad%2Fxmonad.hs;h=daa2c5a929f22b4ca61d87492d15350a0727f605;hb=02c9aabce7f4c128923de9f09a4190eb30d7a6cd;hp=f8e7ca157ced90896ba2765bdbd08f3e4bd0a358;hpb=6b37d22a4efca8766370822e6cb2fad9f92684b1;p=config%2Fdotfiles.git diff --git a/xmonad/xmonad.hs b/xmonad/xmonad.hs index f8e7ca1..daa2c5a 100644 --- a/xmonad/xmonad.hs +++ b/xmonad/xmonad.hs @@ -177,9 +177,9 @@ myKeys = [ -- Freenode (2010-12-18 14:45 CET). , ((myModMask, xK_f), toggleWS) - -- Lock the screen. The sleep is necessary to allow xtrlock to graph the + -- Lock the screen. The sleep is necessary to allow xtrlock to grab the -- keyboard input. - , ((myModMask, xK_z), spawn "sleep 1 && xtrlock") + , ((myModMask, xK_z), spawn "sleep 1 && exec xtrlock") ] ++ -- When using multiple screens, switching to another workspace causes