From: Simon Ruderich Date: Tue, 7 May 2013 19:29:35 +0000 (+0200) Subject: xmonad/xmonad.hs: Fix typo. X-Git-Url: https://ruderich.org/simon/gitweb/?p=config%2Fdotfiles.git;a=commitdiff_plain;h=e68b7fb428446f5711fe01aa592124499a2acd6d xmonad/xmonad.hs: Fix typo. --- 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") ]