[PATCH: XMonadContrib] Spiral tile layout

Hi, Attached is a darcs patch to XMonadContrib. It is a new tile layout mode that arranges the windows in a spiral. The ratio can be adjusted using mod-h and mod-l as in the other modes. - Joe

On Tue, 22 May 2007 17:44:41 +0100
"Joe Thornber"
Hi,
Attached is a darcs patch to XMonadContrib. It is a new tile layout mode that arranges the windows in a spiral. The ratio can be adjusted using mod-h and mod-l as in the other modes.
- Joe
Applied, thanks.

joe.thornber:
Hi,
Attached is a darcs patch to XMonadContrib. It is a new tile layout mode that arranges the windows in a spiral. The ratio can be adjusted using mod-h and mod-l as in the other modes.
- Joe
Is this just a normal spiral? How about a fibonacci spiral? http://en.wikipedia.org/wiki/Fibonacci_number (see tiling image on that page). -- Don

On 23/05/07, Donald Bruce Stewart
Is this just a normal spiral? How about a fibonacci spiral?
Yes it's a normal spiral; the ratio is constant. Doing an approximation to a fibonacci spiral should be a minor tweak, the ratio just changes: eg in the example on that page the ratios are [8%5, 5%3, 3%2 ...]. The final result will only be an approximation since the aspect ratio of the screen will vary, so we'll probably get rectangles rather than squares. I'll code this up later in the week. - Joe

joe.thornber:
On 23/05/07, Donald Bruce Stewart
wrote: Is this just a normal spiral? How about a fibonacci spiral?
Yes it's a normal spiral; the ratio is constant. Doing an approximation to a fibonacci spiral should be a minor tweak, the ratio just changes: eg in the example on that page the ratios are [8%5, 5%3, 3%2 ...]. The final result will only be an approximation since the aspect ratio of the screen will vary, so we'll probably get rectangles rather than squares.
I'll code this up later in the week.
- Joe
Cool. Sjanssen did get a nice approximation though, see the screenshot here, http://xmonad.org/images/screen-sjanssen-spiral-thumb.png http://xmonad.org/images/screen-sjanssen-spiral.png Any thoughts on other (practical) spirals, or tiling? -- Don

On 23/05/07, Donald Bruce Stewart
Any thoughts on other (practical) spirals, or tiling?
One big window in center top of screen, other little windows arranged in a U shape around it? I think this would be good if you have lots of windows in your stack. - Joe

Joe Thornber wrote:
On 23/05/07, Donald Bruce Stewart
wrote: Any thoughts on other (practical) spirals, or tiling?
One big window in center top of screen, other little windows arranged in a U shape around it? I think this would be good if you have lots of windows in your stack.
This would actually be really nice if/when scaling compositing effects are available such that you can use the large window as a "focus" but still see all the other windows in that workspace ala Exposé, swapping them into the focus as desired. -- [Geoff Washburn|geoffw@cis.upenn.edu|http://www.cis.upenn.edu/~geoffw/]
participants (4)
-
dons@cse.unsw.edu.au
-
Geoffrey Alan Washburn
-
Joe Thornber
-
Spencer Janssen