terminal: use an icon for terminal

`vbeterm` doesn't come with an icon.
This commit is contained in:
Vincent Bernat 2014-09-25 20:38:39 +02:00
parent 1d38a56327
commit 4747223625

View file

@ -21,6 +21,9 @@ awful.rules.rules = {
end end
end 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" } }, { rule_any = { class = { "Iceweasel", "Firefox", "Chromium", "Conkeror", "Google-chrome" } },
callback = function(c) callback = function(c)
-- All windows should be slaves, except the browser windows. -- All windows should be slaves, except the browser windows.