[Xmonad] darcs patch: add modules to deal with Workspaces (select, etc) by n...

Valery V. Vorotyntsev valery.vv at gmail.com
Thu Oct 18 12:23:15 EDT 2007


> On 10/17/07, David Roundy <droundy at darcs.net> wrote:
> > That's next on my list (workspace renaming), but I really shouldn't get to
> > it today, as I have some debugging of darcs that I need to do that probably
> > will take all day.
>
> Changes to DynamicWorkspaces.hs:
>
> Thu Oct 18 17:56:04 EEST 2007  David Roundy <droundy at darcs.net>
  >  * add function to rename workspaces.

I haven't found this patch in mailing list, anyway...
It works, it's lovely! Very useful. :)

BTW, could someone tell me, why does
  , ((modMask .|. shiftMask, xK_a), renameWorkspace defaultXPConfig)
work and
  , ((modMask, xK_A), renameWorkspace defaultXPConfig)
(no shift, the capital `A') does not?

--
vvv


More information about the Xmonad mailing list