[xmonad] Re: Tile all windows
Dougal Stanton
dougal at dougalstanton.net
Wed Nov 5 07:08:19 EST 2008
On Wed, Nov 5, 2008 at 11:47 AM, Mauricio <briqueabraque at yahoo.com> wrote:
> I think this is the default behavior only
> for "big windows". Dialogs (just tested with
> 'about Firefox') are not tiled. I would like
> all windows to be tiled -- even those that
> should be better left as non-tiled.
Others might correct me, but that seems to be core functionality, in
XMonad/Operations.hs:
manage :: Window -> X ()
It drops a new window into the current screen, floating it if it's
fixed-size or hinted as transient.
Cheers,
D
More information about the xmonad
mailing list