On 2012-01-26 Uli Schlachter <[email protected]> wrote:
> > 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" },
That's it! I now have
awful.rules.rules = {
[…]
{ rule = { class = "Nautilus", instance = "desktop_window" },
properties = { sticky = true } },
[…]
}
and it works like a charm. The desktop icons appear on all
tags and the file manager windows only on the current one.
Thanks for spending your free time to help me.
Marco
--
To unsubscribe, send mail to [email protected].