Thanks, Vitor! I presume I need something like this in rc.lua:
    { rule = { class = "Skype" },
      properties = { sticky = true } },

How do I determine the class of a program?

Lane

---------- Forwarded message ----------
From: Vitor Eiji Justus Sakaguti <[email protected]>
Date: Mon, Sep 19, 2011 at 11:26 AM

On Mon, Sep 19, 2011 at 12:20 PM, Lane Lester <[email protected]>
wrote:
> I seem to recall reading this is possible when I was first thinking about
> switching to Awesome. But I can't find in the wiki how to do it.
>
> I want the Skype window to show up in all tags. How do I accomplish that?

You want to make it sticky. There's a property in the client object
for this: sticky (boolean).
You propably want to put this in a rule (awful.rules.rules).

Reply via email to