Re: Rules doesn't work?

2012-05-09 Thread Can Altıparmak
Hi Zsolt,

> - if awesome is running, "Developer Tools" goes to "web"
> - when I restart and "Developer Tools" already running, goes to "webdev"

Problem is, it is created with name "Untitled", then its name set to
"Developer Tools...". So when you restart awesome, it can be matched
with "Developer Tools.*", however at launch with "Untitled", you
should check both.

You can debug it, by adding a callback to empty rule at top:

callback = function(c)
naughty.notify({text=c.name, title=c.class, timeout = 0})
end,

-- 
Can Altıparmak

--
To unsubscribe, send mail to awesome-unsubscr...@naquadah.org.


Re: awesome on kdm is slow

2012-05-09 Thread Claudio Roberto França Pereira
I'm currently using Slim as desktop manager, but I'm not too fond of
it either. I'm accepting suggestions.

btw, could you paster your awesome XSession here? Maybe your distro
patches it somehow and that's causing the slowdown.

-- 
To unsubscribe, send mail to awesome-unsubscr...@naquadah.org.


awesome on kdm is slow

2012-05-09 Thread Jagadeesh Malakannavar
Hi,

I use awesome on kdm. I feel it is slow. 

Just wanted to know switching to xdm what is the better combination.

Thanks

Re: awesome git

2012-05-09 Thread Clément DÉMOULINS
Le 10/05/2012 01:52, Gerald Klein a écrit :
> Hi, I am running git now with the changes, where can I find an updated
> object reference? The current one don't match at all. I would like to
> reconfigure things like my clock etc, and also get to know the new schema. 
> 
> thanks in advance for your help.
> 
> --jerry
> 
> -- 
> 
> Gerald Klein DBA
> 
> contac...@geraldklein.com 
> 
> www.geraldklein.com 
> 
> j...@zognet.com 
> 
> 708-599-0352
> 
> 
> Linux registered user #548580 
> 
> 
> 

Hi,
Are-you talking about the luadoc ? You can found a local version on your
system at “/usr/share/doc/awesome/luadoc”.

Clément Démoulins

-- 
Clef GPG : 0xDD51E028



signature.asc
Description: OpenPGP digital signature


awesome git

2012-05-09 Thread Gerald Klein
Hi, I am running git now with the changes, where can I find an updated
object reference? The current one don't match at all. I would like to
reconfigure things like my clock etc, and also get to know the new schema.

thanks in advance for your help.

--jerry

-- 

Gerald Klein DBA

contac...@geraldklein.com

www.geraldklein.com 

j...@zognet.com

708-599-0352


Linux registered user #548580


Rules doesn't work?

2012-05-09 Thread Zsolt Udvari
Hi list!

I want to try the following:
- chromium web browser go to tag named "web"
- chromium "Developer tools" (same as FireBug) go to tag named "webdev"

My code:

{
rule = {
name = "Developer Tools.*"
},
properties = { tag = get_tag_struct("webdev") },
},
{
rule_any = { class = {
"Chromium",
"luakit"
}},
except = {
name = "Developer Tools.*"
},
properties = { tag = get_tag_struct("web") }
},

Its behavior:
- if awesome is running, "Developer Tools" goes to "web"
- when I restart and "Developer Tools" already running, goes to "webdev"

What is my fault? How can I solve this?

"Developer Tools" and browser has same class.

Thanks!
  Zsolt

-- 
To unsubscribe, send mail to awesome-unsubscr...@naquadah.org.