Workspace Layout for Dia

Hi, I'm trying to configure one of my workspaces for using Dia ( http://live.gnome.org/Dia). When I used Dia I have three application windows open: 1. The main drawing window (Role: "diagram_window") 2. Toolbox window (Role: "toolbox_window") 3. Layer window (Role: "layer_window") I would like to have them setup in the following way (sorry for the bad ascii art). The 2 and 3 windows can be on the left or the right, I don't really care, and 2 or 3 can be on top, doesn't matter: ----------- |2| | |-| 1 | |3| | ----------- The closest I've been able to model this is using the existing Gimp example: dia = withIM (0.15) (Role "toolbox_window") $ reflectHoriz $ withIM (0.2) (Role "layer_window") Full However, this produces the following layout, which is good for Gimp, but less for Dia: ----------- | | | | |2| 1 |3| | | | | ----------- How can I configure the first case? It looks like it's a Tall layout with the right ratio, but how do I get the right windows in right place:? Thank you, -- ** There are 10 types of people, those who know binary and those who don't.

Thank you very much, but how do I get the right window in the right
location?
On Tue, Apr 17, 2012 at 19:10,
Quoting Eyal Erez
: -----------
|2| | |-| 1 | |3| | -----------
Looks like "Tall 2 0.03 0.1" or so, to me. Muck about with the last argument to make the default be wider or narrower. ~d
______________________________**_________________ xmonad mailing list xmonad@haskell.org http://www.haskell.org/**mailman/listinfo/xmonadhttp://www.haskell.org/mailman/listinfo/xmonad
--
*Eyal Erez <**oneself@gmail.com*

Hi Eyal,
Given the numbering in your original email, maybe this layout is more
appropriate:
(reflectHoriz (Tall 0.03 0.1))
reflectHoriz comes from:
http://xmonad.org/xmonad-docs/xmonad-contrib/XMonad-Layout-Reflect.html
Adam
On Wed, Apr 18, 2012 at 10:21 PM, Eyal Erez
Thank you very much, but how do I get the right window in the right location?
On Tue, Apr 17, 2012 at 19:10,
wrote: Quoting Eyal Erez
: ----------- |2| | |-| 1 | |3| | -----------
Looks like "Tall 2 0.03 0.1" or so, to me. Muck about with the last argument to make the default be wider or narrower. ~d
_______________________________________________ xmonad mailing list xmonad@haskell.org http://www.haskell.org/mailman/listinfo/xmonad
-- Eyal Erez
There are 10 types of people, those who know binary and those who don't.
_______________________________________________ xmonad mailing list xmonad@haskell.org http://www.haskell.org/mailman/listinfo/xmonad

What I'm trying to do is to get a specific window into a specific slot.
I understand that I can setup the different dimensions a certain way, but
how do I get the window role into the right location?
On Sun, Apr 29, 2012 at 9:23 AM, adam vogt
Hi Eyal,
Given the numbering in your original email, maybe this layout is more appropriate:
(reflectHoriz (Tall 0.03 0.1))
reflectHoriz comes from: http://xmonad.org/xmonad-docs/xmonad-contrib/XMonad-Layout-Reflect.html
Adam
On Wed, Apr 18, 2012 at 10:21 PM, Eyal Erez
wrote: Thank you very much, but how do I get the right window in the right location?
On Tue, Apr 17, 2012 at 19:10,
wrote: Quoting Eyal Erez
: ----------- |2| | |-| 1 | |3| | -----------
Looks like "Tall 2 0.03 0.1" or so, to me. Muck about with the last argument to make the default be wider or narrower. ~d
_______________________________________________ xmonad mailing list xmonad@haskell.org http://www.haskell.org/mailman/listinfo/xmonad
-- Eyal Erez
There are 10 types of people, those who know binary and those who don't.
_______________________________________________ xmonad mailing list xmonad@haskell.org http://www.haskell.org/mailman/listinfo/xmonad
--
*Eyal Erez <**oneself@gmail.com*
participants (3)
-
adam vogt
-
Eyal Erez
-
wagnerdm@seas.upenn.edu