darcs patch: Add an "accordion" layout which puts non-focused windo...

Mon Jun 18 11:39:43 EDT 2007 glasser@mit.edu * Add an "accordion" layout which puts non-focused windows in ribbons at the top and bottom of the screen.

I was planning a similar layout, but with the extra twist of the size of the windows depending on their distance to the focus. This version interacts very poorly with xmonad's focus-follows-mouse policy, but I think that is fixable...

On Mon, 18 Jun 2007 20:34:00 +0200
"Peter De Wachter"
I was planning a similar layout, but with the extra twist of the size of the windows depending on their distance to the focus. This version interacts very poorly with xmonad's focus-follows-mouse policy, but I think that is fixable...
I'd like to avoid layouts with duplicated functionality -- can we merge these two layouts somehow? Cheers, Spencer Janssen

At Mon, 18 Jun 2007 14:12:35 -0500, Spencer Janssen wrote:
On Mon, 18 Jun 2007 20:34:00 +0200 "Peter De Wachter"
wrote: I was planning a similar layout, but with the extra twist of the size of the windows depending on their distance to the focus. This version interacts very poorly with xmonad's focus-follows-mouse policy, but I think that is fixable...
I'd like to avoid layouts with duplicated functionality -- can we merge these two layouts somehow?
Oh, I didn't send it with the intention of it being included in XMonadContrib, it's not really usable as is anyway. I just though it might be useful for glasser. Sending code to the mailing list is better than letting it rot on my hard disk :)

On 6/18/07, Peter De Wachter
I was planning a similar layout, but with the extra twist of the size of the windows depending on their distance to the focus. This version interacts very poorly with xmonad's focus-follows-mouse policy, but I think that is fixable...
For what it's worth, I really like using it with focus-follows-mouse, but I might be weird. Feel free to make whatever improvements you like. --dave -- David Glasser | glasser@mit.edu | http://www.davidglasser.net/

On Mon, 18 Jun 2007 11:40:22 -0400 glasser@mit.edu wrote:
Mon Jun 18 11:39:43 EDT 2007 glasser@mit.edu * Add an "accordion" layout which puts non-focused windows in ribbons at the top and bottom of the screen.
Applied, thanks. Can you submit a patch that adds the standard boilerplate to this module? See Tabbed.hs for an example. Spencer Janssen
participants (4)
-
David Glasser
-
glasser@mit.edu
-
Peter De Wachter
-
Spencer Janssen