X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=xmonad%2Fxmonad.hs;h=e35caf8ae16065faba87e6f2298296194165829e;hb=e68b7fb428446f5711fe01aa592124499a2acd6d;hp=f8e7ca157ced90896ba2765bdbd08f3e4bd0a358;hpb=6b37d22a4efca8766370822e6cb2fad9f92684b1;p=config%2Fdotfiles.git diff --git a/xmonad/xmonad.hs b/xmonad/xmonad.hs index f8e7ca1..e35caf8 100644 --- a/xmonad/xmonad.hs +++ b/xmonad/xmonad.hs @@ -177,7 +177,7 @@ 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") ]