From 961719eadd31bae7dc3312a413343ed07598ed6d Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Sat, 8 Sep 2012 23:08:10 +0200 Subject: [PATCH] tags: use icons only with multiple screens --- rc/tags.lua | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/rc/tags.lua b/rc/tags.lua index ff7a360..5ce8c76 100644 --- a/rc/tags.lua +++ b/rc/tags.lua @@ -4,7 +4,10 @@ require("shifty") keydoc = loadrc("keydoc", "vbe/keydoc") local tagicon = function(icon) - return beautiful.icons .. "/taglist/" .. icon .. ".png" + if screen.count() > 1 then + return beautiful.icons .. "/taglist/" .. icon .. ".png" + end + return nil end shifty.config.tags = {