[Xmonad] Re: Switching workspace ...
kg
kg2007.kg at gmail.com
Tue Sep 4 12:22:09 EDT 2007
Donald Bruce Stewart wrote:
> 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?
I think all "french keyborad"'s users who use xmonad will have this
problem ...
There is a more easy solution with F1..F9 (from David Roundy):
-- mod-[1..9] @@ Switch to workspace N
-- mod-shift-[1..9] @@ Move client to workspace N
[((m .|. modMask, k), f i)
| (i, k) <- zip workspaces [xK_F1 ..]
, (f, m) <- [(view, 0), (shift, shiftMask)]]
More information about the Xmonad
mailing list