From 2b561d0325948cd6a5ce155805a44723f1c6ede9 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Sun, 19 Jun 2011 14:48:10 +0200 Subject: [PATCH] xmonad.hs: Correct spelling of xmonad. --- xmonad.hs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/xmonad.hs b/xmonad.hs index eba0cfc..76f64d5 100644 --- a/xmonad.hs +++ b/xmonad.hs @@ -1,6 +1,6 @@ --- XMonad configuration file. +-- xmonad configuration file. -- --- Should work fine with XMonad 0.7 and above. +-- Should work fine with xmonad 0.7 and above. -- "hiding" necessary for LayoutCombinators. @@ -136,12 +136,12 @@ myKeys = [ ] ++ -- When using multiple screens, switching to another workspace causes - -- Xmonad to pull the workspace to the current screen if it was also + -- xmonad to pull the workspace to the current screen if it was also -- displayed on another one. This is confusing for me so the following -- code changes it to just switch to the screen where the workspace is -- already displayed. -- - -- Thanks to the Xmonad FAQ, read on 2010-06-16 13:42 CEST + -- 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. @@ -162,7 +162,7 @@ main = xmonad $ defaultConfig , manageHook = myManageHook -- Use unicode rxvt as my terminal. , terminal = "urxvt" - -- Necessary for Java so it recognizes XMonad as tiling window manager. + -- Necessary for Java so it recognizes xmonad as tiling window manager. , startupHook = setWMName "LG3D" } `additionalKeys` myKeys -- 2.44.1