This is what I use to solve the same problem, but for firefox:: myManageHook = composeAll [ transience' , className =? "Gran Paradiso" --> unfloat , className =? "Firefox" --> unfloat ] <+> manageDocks where unfloat = ask >>= doF . W.sink On Thu, Apr 9, 2009 at 14:25, Kathryn Andersen <kat_lists@katspace.homelinux.org> wrote:
I don't want Gimp to start floating, but it always does. This is my manage hook:
myManageHook = composeAll [ className =? "Firefox" --> doShift "www" , className =? "Gimp" --> doShift "lath" , className =? "Wine" --> doShift "lath" , className =? "mailterm" --> doShift "mail" ]
As you can see, I do not apply a doFloat to Gimp, so I would have thought that it wouldn't start in floating mode, but it always does. What do I have to do to force it to be tiled?
Kathryn Andersen -- _--_|\ | Kathryn Andersen <http://www.katspace.com> / \ | \_.--.*/ | GenFicCrit mailing list <http://www.katspace.com/gen_fic_crit/> v | ------------| Melbourne -> Victoria -> Australia -> Southern Hemisphere Maranatha! | -> Earth -> Sol -> Milky Way Galaxy -> Universe _______________________________________________ xmonad mailing list xmonad@haskell.org http://www.haskell.org/mailman/listinfo/xmonad