
5 Nov
2008
5 Nov
'08
12:08 p.m.
On Wed, Nov 5, 2008 at 11:47 AM, Mauricio
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