From 474722362573e24bebaf8efe02d6d9861f3ff96f Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Thu, 25 Sep 2014 20:38:39 +0200 Subject: [PATCH] terminal: use an icon for terminal `vbeterm` doesn't come with an icon. --- rc/rules.lua | 3 +++ 1 file changed, 3 insertions(+) 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.