You are not logged in.

#1 2008-03-30 15:18:44

phabulosa
Member
From: Mountain View, CA
Registered: 2007-10-17
Posts: 182
Website

[SOLVED] Can NOT send "Miro" to Screen "1" by awesome?

I am trying to set up a rule to set Miro to my second screen (screen "1")

However, it doesn't work.

Below it the rule I put in my .awesomerc
  rule {
    name = "Miro*"
    tags = "8:Media"
    screen = 1
    float = "true"
    master = "true"
  }

I am able to send other applications to this specific tag on screen "1" and
I am also able to send "Miro" to any tag on screen "0".

Is this a bug?

I am running awesome 2.2-2 on Archlinux (x86_64) with Nvidia TwinView setup.

Last edited by phabulosa (2008-03-30 17:12:42)

Offline

#2 2008-03-30 16:05:52

Gigamo
Member
Registered: 2008-01-19
Posts: 394

Re: [SOLVED] Can NOT send "Miro" to Screen "1" by awesome?

Try checking with xprop if miro is the exact name. You can also set xproperty_name = "" if i remember correctly (which you can also see with xprop).

Check out man awesomerc smile

Offline

#3 2008-03-30 17:12:25

phabulosa
Member
From: Mountain View, CA
Registered: 2007-10-17
Posts: 182
Website

Re: [SOLVED] Can NOT send "Miro" to Screen "1" by awesome?

Gigamo wrote:

Try checking with xprop if miro is the exact name. You can also set xproperty_name = "" if i remember correctly (which you can also see with xprop).

Check out man awesomerc smile

I fixed this problem by adding
float ="true"

before the line of
screen
tags

...

It seems that if I didn't do this, Miro will place itself on screen 0 (x=0, y=0) no matter what tag I assign to it.

Offline

Board footer

Powered by FluxBB