New module, XMonadContrib.ResizableTile

Hi.
I have hacked a default tile layout a little to be allow us to
change a width/height of window.
Although I am a newbie in haskell and xmonad, I want to
contribute it as a new module of XMonadContrib so that many people
could use it.
Thanks.
-----------------------------------------------------------------------------
-- |
-- Module : XMonadContrib.ResizableTile
-- Copyright : (c) MATSUYAMA Tomohiro

On Friday 28 September 2007 07: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.
Although I am a newbie in haskell and xmonad, I want to contribute it as a new module of XMonadContrib so that many people could use it.
Thanks.
Looks great! Can you resend this as a darcs patch? It's easier for me to apply, and you get credit for your work in the changelog too. Cheers, Spencer Janssen

On Friday 28 September 2007 07: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.
Although I am a newbie in haskell and xmonad, I want to contribute it as a new module of XMonadContrib so that many people could use it.
Thanks.
Looks great! Can you resend this as a darcs patch? It's easier for me to apply, and you get credit for your work in the changelog too.
Sure! I'am happy if you do it. Thanks. T.Matsuyama

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? Cheers /J

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
participants (4)
-
Andrea Rossato
-
Jamie Webb
-
MATSUYAMA Tomohiro
-
Spencer Janssen