X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=xmonad%2Fxmonad.hs;h=e78a1d71098c9ea042aed30ebab0092d8eb97fdd;hb=62a7d2081e7a2273b3deb69458382b8ef48559a4;hp=644f48316375a27342ff521e5ce4418812efc635;hpb=2be8bdb6ccb967cd8c6adb36c49835f9beea8022;p=config%2Fdotfiles.git 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