[xmonad] Use regexps for className matching?
Henri Ducrocq
henri.ducrocq at gmail.com
Mon Feb 9 08:41:41 EST 2009
For example
className =? "Google Mail" --> doShift "1"
className =? "Google Calendar" --> doShift "1"
would become
className <some regexp matching operator> "Google .*" doShift "1"
How to do this in Haskell? I couldn't find any examples of this in the
config archive..
Henri
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.haskell.org/pipermail/xmonad/attachments/20090209/6f35a756/attachment.htm
More information about the xmonad
mailing list