From 62a7d2081e7a2273b3deb69458382b8ef48559a4 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Sat, 9 Feb 2013 21:25:35 +0100 Subject: [PATCH] xmonad/xmonad.hs: Minor documentation fix. --- xmonad/xmonad.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.44.1