uxrvt: put URxvt class into a configuration variable

This commit is contained in:
Vincent Bernat 2013-01-23 00:55:05 +01:00
parent 9420b74c08
commit 92d23f4153
3 changed files with 3 additions and 2 deletions

View file

@ -36,7 +36,7 @@ awful.rules.rules = {
properties = { }, callback = awful.client.setslave },
-- Should not be master
{ rule_any = { class =
{ "URxvt",
{ config.termclass,
"Transmission-gtk",
"Keepassx",
}, instance = { "Download" }},