Hi,

Just a quick question from the newbie-department:
to be able to send specific apps to specific tags, I need to know their 
class name. As an example:

{ rule = { class = "gimp" },
  properties = { floating = true,
                 tag = tags[1][6] } }

from my Debian default configuration had to be changed to
                    !
{ rule = { class = "Gimp" },
  properties = { floating = true,
                 tag = tags[1][6] } }

to actually work. Is there an easy way to figure out with what class name an 
app is seen by awesome?

Thanks for any hints, Joh


-- 
To unsubscribe, send mail to [email protected].

Reply via email to