You are not logged in.

#1 2013-04-19 09:09:23

dash
Member
Registered: 2012-02-12
Posts: 8

Awesome WM start client on tag

I'm using Debian but I have not found an independent forum about awesome wm, so I'm asking here. (And opening a bug report immediately is not a good idea.)

I'm using Firefox 20, and I want the new private browsing window (CTRL+SHIFT+P) to open always on tag9.

This is my not-working rule to accomplish this:

{ rule = { name = "Private Browsing - Mozilla Firefox (Private Browsing)" },
      properties = { tag = tags[1][9] } },

It still starts on tag1.

Does this work somehow for someone else?

Last edited by dash (2013-04-19 09:10:43)

Offline

#2 2013-04-19 09:32:22

z1lt0id
Member
Registered: 2012-09-20
Posts: 177

Re: Awesome WM start client on tag

Hi dash,

There is an official IRC channel and mailing list for Awesome.  You can find the IRC channel on http://www.oftc.net/ in the #awesome channel.

Or you could subscribe to the mailing list here.

mailto:awesome-devel-subscribe@naquadah.org

On a side note, not sure why it wouldn't work.  Maybe there is a limitation to how many tags you can have.  But I'd recommend using those two sources to get the information you need.

Good luck with bug smile

Offline

#3 2013-04-19 12:16:27

Antoine
Member
From: Picton Ontario
Registered: 2012-10-11
Posts: 90

Re: Awesome WM start client on tag

dash wrote:

I'm using Debian but I have not found an independent forum about awesome wm, so I'm asking here. (And opening a bug report immediately is not a good idea.)

I'm using Firefox 20, and I want the new private browsing window (CTRL+SHIFT+P) to open always on tag9.

This is my not-working rule to accomplish this:

{ rule = { name = "Private Browsing - Mozilla Firefox (Private Browsing)" },
      properties = { tag = tags[1][9] } },

It still starts on tag1.

Does this work somehow for someone else?

Mine looks like:

   { rule = { class = "Firefox" },
      properties = { tag = tags[1][2], switchtotag = true } },

which brings Firefox up on tag 2. Note the "switchtotag=true" and note that your "name" might not match anything that the system knows about.

Offline

#4 2013-04-20 17:22:18

anonymous_user
Member
Registered: 2009-08-28
Posts: 3,059

Re: Awesome WM start client on tag

I can confirm this behavior. However, restarting awesome causes Firefox's Private Browsing window to move to the specified tag. I don't know why it doesn't move immediately though.

Offline

#5 2013-04-20 18:41:41

dash
Member
Registered: 2012-02-12
Posts: 8

Re: Awesome WM start client on tag

anonymous_user wrote:

I can confirm this behavior. However, restarting awesome causes Firefox's Private Browsing window to move to the specified tag. I don't know why it doesn't move immediately though.

Thank you for the information.

Found a similar issue:


http://superuser.com/questions/513707/a … creen-than

Offline

Board footer

Powered by FluxBB