[Xmonad] Re: Switching workspace ...

Donald Bruce Stewart dons at cse.unsw.edu.au
Mon Sep 3 20:23:58 EDT 2007


kg2007.kg:
> Thanks everybody :)
> 
> I have find a solution ... I don't believe it's a beautiful solution, 
> but it works !
> 
> In the Config.hs :
> 
> keyWorkspace :: [KeySym]
> keyWorkspace = [xK_ampersand,xK_eacute,xK_quotedbl,
>                
> xK_apostrophe,xK_parenleft,xK_minus,xK_egrave,xK_underscore,xK_ccedilla,
>                xK_agrave]
> 
> -- mod-[1..9] @@ Switch to workspace N
> -- mod-shift-[1..9] @@ Move client to workspace N
>    [((m .|. modMask, k), f i)
>        | (i, k) <- zip [0 .. fromIntegral workspaces - 1] (take 
> (fromIntegral workspaces - 1) keyWorkspace)
>        , (f, m) <- [(view, 0), (shift, shiftMask)]]
> 
> Then, I answer me a question :
> Am I the first "french keyboard" 's user who use xmonad ?
> 

Well, the first to report a problem anyway :) 

I'm glad you've found a solution: would you like to summarise it so we
can add it to the FAQ page?

-- Don


More information about the Xmonad mailing list