diff --git a/rc/rules.lua b/rc/rules.lua index bf9ec11..4d84929 100644 --- a/rc/rules.lua +++ b/rc/rules.lua @@ -21,6 +21,9 @@ awful.rules.rules = { end end end }, + { rule = { class = config.termclass }, + properties = { icon = image(icons.lookup({ name = "gnome-terminal", + type = "apps" })) } }, { rule_any = { class = { "Iceweasel", "Firefox", "Chromium", "Conkeror", "Google-chrome" } }, callback = function(c) -- All windows should be slaves, except the browser windows.