From: Simon Ruderich Date: Sat, 9 Feb 2013 20:25:35 +0000 (+0100) Subject: xmonad/xmonad.hs: Minor documentation fix. X-Git-Url: https://ruderich.org/simon/gitweb/?p=config%2Fdotfiles.git;a=commitdiff_plain;h=62a7d2081e7a2273b3deb69458382b8ef48559a4 xmonad/xmonad.hs: Minor documentation fix. --- diff --git a/xmonad/xmonad.hs b/xmonad/xmonad.hs index 644f483..e78a1d7 100644 --- a/xmonad/xmonad.hs +++ b/xmonad/xmonad.hs @@ -156,8 +156,8 @@ nextLayoutIncluding' layouts iterations = do -- Found allowed layout, show it. else refresh --- Use additional workspaces. Access with alt 1,2,..,9,0 for the first ten, --- f1,f2,..,f10 for the second ten workspaces (see mappings below). +-- Use additional workspaces. Access with meta 1,2,..,9,0 for the first ten, +-- meta f1,f2,..,f10 for the second ten workspaces (see mappings below). myWorkspaces = map show [1 .. 20 :: Int] -- Use Windows (= Super) key as main key as it doesn't conflict with any other