]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
xmonad.hs: Minor documentation fix.
authorSimon Ruderich <simon@ruderich.org>
Sun, 19 Jun 2011 13:39:14 +0000 (15:39 +0200)
committerSimon Ruderich <simon@ruderich.org>
Sun, 19 Jun 2011 13:39:14 +0000 (15:39 +0200)
xmonad.hs

index fcc6461e8f55c2c83bdbfd803799c7f6333c280c..c140f690bbe0cc5f4b507a18077e9f48b7efba95 100644 (file)
--- a/xmonad.hs
+++ b/xmonad.hs
@@ -162,8 +162,8 @@ myKeys = [
     --
     -- Thanks to the xmonad FAQ, read on 2010-06-16 13:42 CEST
     -- (http://www.haskell.org/haskellwiki/Xmonad/Frequently_asked_questions).
-    -- Thanks to MrElendig in #xmonad on Freenode (2010-06-17 17:16 CEST) to
-    -- use the default XMonad workspaces.
+    -- Thanks to MrElendig in #xmonad on Freenode (2010-06-17 17:16 CEST) how
+    -- to use the default xmonad workspaces.
     [((m .|. mod4Mask, k), windows $ f i)
         | (i, k) <- zip (XMonad.workspaces defaultConfig) [xK_1 .. xK_9]
         , (f, m) <- [(W.view, 0), (W.shift, shiftMask)]]