[xmonad] Is this a bug in ManageHook? (Spaces in composeAll)

Christian Walther cptsalek at gmail.com
Wed Sep 23 15:20:41 EDT 2009


Hi,

2009/9/23  <wagnerdm at seas.upenn.edu>:
> Quoting Christian Walther <cptsalek at gmail.com>:
>
>> that some xprops changed, and I edited myManageHook to contain:
>>
>> myManageHook = composeAll
>>    [ title     =? "Buddy List"            --> doF (W.shift "9")
>>    , className =? "Gran Paradiso"         --> doF (W.shift "8") ]
>>
>> This has some interesting side effect, because every time I start
>> either Firefox or Pidgin and their window appear on workspace 8 or 9,
>> the window that has the focus is sent to exactly the same workspace,
>> too.
>
> What extensions are you using?  What does your actual "manageHook = ..."
> line look like?  This sounds like some unfortunate interaction between
> extensions, and may need a complete copy of the configuration file to
> diagnose...

my manageHook = line is as follows:
        manageHook         = manageDocks <+> myManageHook,

I uploaded my xmonad.hs to the haskell pastebin:
http://hpaste.org/fastcgi/hpaste.fcgi/view?id=9747#a9747

Christian


More information about the xmonad mailing list