
Hi,
2009/9/23
Quoting Christian Walther
: 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