hi,
in my config ( http://depesz.com/various/rc.lua ) you can see that i'm
starting irc window on 1st tag of 1st screen, and firefox on 2nd tag on
first screen:

    { rule = { class = "Firefox" },
      properties = { tag = tags[1][2] },
      callback = awful.client.setmaster },
    { rule = { name = "irc" },
      properties = { tag = tags[1][1] } },

I also set that by default awesome shows me both tags 1 and 2 on the 1st
screen:

awful.tag.viewonly( tags[1][1] )
awful.tag.viewtoggle( tags[1][2] )

Which works quite well, with one exception.

I want the windows to be in given order - that is I want firefox to be
on the left, and irc window on the right.

Usually (I don't think that's always, but I might be wrong, I don't
restart the computer too often) the windows are the other way around.

Is there any way to pin them to given side of screen when showing  both
tags?

Best regards,

depesz

-- 
The best thing about modern society is how easy it is to avoid contact with it.
                                                             http://depesz.com/

-- 
To unsubscribe, send mail to [email protected].

Reply via email to