On 26.01.2012 21:06, Marco wrote:
> On 2012-01-09 Patrick Bethke <[email protected]> wrote:
> 
>> thunar draws its icons by putting something transparent on the root window
>> iirc. have you tried xprop'ing your desktop
> 
> An xprop gives me:
> 
> Nautilus Desktop:
> WM_CLASS(STRING) = "desktop_window", "Nautilus"
> 
> Normal Nautilus window:
> WM_CLASS(STRING) = "nautilus", "Nautilus"
[...]
> Then I tried the following, but *all* nautilus windows
> appear on all tags. That was not my intention.
> 
> awful.rules.rules = {
>       […]
>       { rule = { class = "Nautilus" },
>               properties = { sticky = true } },
>       […]
> }

So does that mean this also fixed the original problem? So this just needs a way
to exclude those "other" nautilus windows.

Oh and for the fix:
{ class = "Nautilus", instance = "desktop_window" },

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