
3 Sep
2009
3 Sep
'09
8:14 a.m.
On Thu, Sep 03, 2009 at 06:07:11AM -0600, Omari Norman wrote:
Is there a way to automatically move this box so that it is in a better location in my screen?
I use this in my manageHook:
import XMonad.Hooks.ManageHelpers
myManageHook = composeAll . concat $ -- Float apps [ [ className =? c --> doCenterFloat | c <- myCFloats ] , [ resource =? r --> doCenterFloat | r <- myRFloats ] , [ title =? t --> doCenterFloat | t <- myTFloats ] -- more... ]
where myCFloats etc is a list of class/resource/title strings.