[xmonad] Automatically move Firefox download dialog

Nils mail at n-sch.de
Thu Sep 3 08:14:50 EDT 2009


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.


More information about the xmonad mailing list