From: Simon Ruderich Date: Sun, 19 Jun 2011 13:39:14 +0000 (+0200) Subject: xmonad.hs: Minor documentation fix. X-Git-Url: https://ruderich.org/simon/gitweb/?p=config%2Fdotfiles.git;a=commitdiff_plain;h=093b175a6e8d192f0ffa011fc362adc788e6e1a0 xmonad.hs: Minor documentation fix. --- diff --git a/xmonad.hs b/xmonad.hs index fcc6461..c140f69 100644 --- 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)]]