[Xmonad] New module, XMonadContrib.ResizableTile

Andrea Rossato mailing_list at istitutocolli.org
Mon Oct 1 02:07:02 EDT 2007


On Mon, Oct 01, 2007 at 12:05:21AM +0100, Jamie Webb wrote:
> On 2007-09-28 21:26:11 MATSUYAMA Tomohiro wrote:
> > 
> > Hi.
> > 
> > I have hacked a default tile layout a little to be allow us to
> > change a width/height of window.
> 
> This looks like a very useful layout! Unfortunately for me it causes
> xmonad to crash when switching to a blank workspace. This happens just
> by adding this layout to my config; I don't even seem to have to switch
> to it.
> 
> I find this particularly confusing since my small understanding of the
> xmonad code gave the impression that layouts aren't even invoked for
> blank workspaces.
> 
> Anyone have any ideas?

I didn't try and I read it very quickly. My idea is that:
Nothing -> error ""
is wrong and should be replaced by a:
Nothing -> return Nothing

As I said I didn't test it.

Hope this helps.
Andrea



More information about the Xmonad mailing list