On Sat, Mar 12, 2011 at 10:14:21PM +0800, chris M. sprite wrote:
>[...]
>     { rule = { class = "stardict" },
>       properties = { floating = true } },
>[...]

Are you sure 'stardict' is really the class of the window you try to
match?

> [...]
>     { rule = { class = "chromium-browser" },
>     properties = { max = true, tag = tags[1][8] } },
> [...]

Try escaping the '-' with a '%', so it becomes

    ... class = "chromium%-browser" ...

-- 
    $l="\n";$p=q-sub r{rand}sub c{((shift)**2+(shift)**2)<1}while(
    $i++<=$s){$t++if c r,r}die("Gregor Best, 0xDB9F9A7C, ".($t/$s*
    4).$l)-;$s+=ord$$|$_ for split //,$p;srand($s|$$);eval$p;die$@

Attachment: pgpXuvctxAMrY.pgp
Description: PGP signature

Reply via email to