[xmonad] change fixity of (-->)
Adam Vogt
vogt.adam at gmail.com
Wed Jun 17 00:46:52 EDT 2009
Hi,
Writing complicated managehooks requires parentheses at the moment, since
only (<&&>) has a fixity specified (infixr 3):
> (appName ?= x <&&> classname ?= y) --> (doFloat >> doIgnore)
I propose the addition:
> infix 0 -->
> appName ?= x <&&> classname ?= y --> doFloat >> doIgnore
I can't think of when this would break a working ocnfig, since current
managehooks are either simple, or explicitly parenthesized already.
Thanks,
Adam
More information about the xmonad
mailing list