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"
> and making a sticky rule for the
> "invisible"
> window?
I tried to add the following rule, but I doesn't do
anything.
awful.rules.rules = {
[…]
{ rule = { class = "desktop_window" },
properties = { sticky = true } },
[…]
}
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 } },
[…]
}
How to address only the desktop window?
Marco
--
To unsubscribe, send mail to [email protected].