Re: doubt with mouse screen

2011-12-07 Thread Adrian C.
On Wed, 7 Dec 2011, Tomás Solar Castro wrote: > -- { rule = { class = "Chromium" , instance = "chromium" }, > -- properties = {tag = tags[mouse.screen][2]}}, This is mouse.screen at the time awesome was started. What you want is a callback rule tagging the client. Your mouse.screen will be p

Re: doubt with mouse screen

2011-12-07 Thread Tomás Solar Castro
El 07/12/11 07:35, Matthew Hague escribió: i tried your hack, but it the "open file" window is still raising at the first screen :( Ah. I just tested my setup with two screens and Chromium, and the open file dialog comes up fine on mouse.screen. Maybe you could post your rules applying to C

Re: doubt with mouse screen

2011-12-07 Thread Matthew Hague
> i tried your hack, but it the "open file" window is still raising at > the first screen :( Ah. I just tested my setup with two screens and Chromium, and the open file dialog comes up fine on mouse.screen. Maybe you could post your rules applying to Chromium -- could be something interfering?

Re: doubt with mouse screen

2011-12-05 Thread Tomás Solar Castro
El vie 02 dic 2011 11:10:49 CLST, Matthew Hague escribió: { rule = { class = "Chromium.*" , name = ".*Abrir.*" }, properties = {tag = tags[mouse.screen][2]}}, -- I use it in spanish I think this will not work as hoped because it chooses mouse.screen when the rules are loaded, not dynamical

Re: doubt with mouse screen

2011-12-02 Thread Matthew Hague
> >{ rule = { class = "Chromium.*" , name = ".*Abrir.*" }, > >properties = {tag = tags[mouse.screen][2]}}, -- I use it in spanish I think this will not work as hoped because it chooses mouse.screen when the rules are loaded, not dynamically. My fix for this is to do the following: { rule

Re: doubt with mouse screen

2011-12-02 Thread Tomás Solar Castro
El 01/12/11 10:14, Tomás Solar Castro escribió: Hello everyone I've been working with two screens. So I open, per example, chromium in screen 1, mod+o to move it to the second screen, and when I fill a form with a file selector, when I click it, raises an open dialog window, but not in the secon

doubt with mouse screen

2011-12-01 Thread Tomás Solar Castro
Hello everyone I've been working with two screens. So I open, per example, chromium in screen 1, mod+o to move it to the second screen, and when I fill a form with a file selector, when I click it, raises an open dialog window, but not in the second screen, it is opened in the first screen.