[xmonad] Re: Shift windows around

Justin Bogner mail at justinbogner.com
Wed Sep 22 21:15:40 EDT 2010


Tony Morris <tonymorris at gmail.com> writes:
> Just hunting through there. Would you suggest that doF is the right function
> to use?

You probably want `doShift`. There are some decent examples here:

    http://www.haskell.org/haskellwiki/Xmonad/General_xmonad.hs_config_tips#Managing_Windows_aka_Manage_Hooks

Notably `className =? "foo" --> doShift "wherever"`.



More information about the xmonad mailing list