[Xmonad] darcs patch: make workspace tag not need to be a Num.

David Roundy droundy at darcs.net
Wed Jun 13 12:10:17 EDT 2007


On Wed, Jun 13, 2007 at 05:12:55PM +0200, Andrea Rossato wrote:
> On Wed, Jun 13, 2007 at 06:44:01AM -0700, David Roundy wrote:
> > Hi all,
> > 
> > This is a change that's more pervasive than I'd originally intended.
> 
> es indeed, for istance to my key bindings where there is something like:
> incWS = withWindowSet $ \s -> view (W.tag (W.workspace ((W.current s))) + 1)
> 
> and I need this stuff...;-)

This binding will still work with my change, it won't break until the type
of the tag is actually changed.  And I'd actually prefer (until we stick
layouts into the StackSet) to have that type configurable in Config.
-- 
David Roundy
Department of Physics
Oregon State University


More information about the Xmonad mailing list