[Xmonad] Re: Switching workspace ...
kg
kg2007.kg at gmail.com
Mon Sep 3 20:00:13 EDT 2007
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 ?
Thanks again .
More information about the Xmonad
mailing list