
8 Jun
2011
8 Jun
'11
11:40 a.m.
2011/6/8 Ted Zlatanov
On Tue, 7 Jun 2011 18:18:34 -0400 Brandon Allbery
wrote: BA> Dig back a few messages and you'll find the source code for a function BA> manageUtility. Copy it into your xmonad.hs and invoke it instead of BA> manageDocks in your manageHook. Can it be applied only to Emacs frames at the manageHook level?
Yes, although you'll have to work out what to use to select it yourself. (This may be tricky as I've found emacs can set or change titles in odd ways.
title =? "my emacs frame" --> manageUtility
just like any other managehook.