Hi,

On 27.10.2012 21:49, Claudio Kozický wrote:
>> Hi, I'm trying to change the window property 'instance' but I'm not
>> succeeding. Here's the rule I'm trying to change it with:
>>
>>     { rule = { instance = "chromium-autorun" },
>>       properties = { tag = tags[1][3] },
>>       callback = function(c)
>>           awful.client.property.set(c, "instance", "chromium")
>>       end },   
>>
>> The window gets moved but the callback part doesn't change the value of
>> 'instance' to 'chromium'. What am I doing wrong?

"instance" is a read-only property implemented in C. That has nothing to do with
awful.client.property.get().

Why do you want to change chromium's instance anyway?

Uli
-- 
"Why make things difficult, when it is possible to make them cryptic
and totally illogical, with just a little bit more effort?" -- A. P. J.

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

Reply via email to