mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-10 18:24:22 +02:00
tags: use icons only with multiple screens
This commit is contained in:
parent
f07f7c9fc6
commit
961719eadd
1 changed files with 4 additions and 1 deletions
|
@ -4,7 +4,10 @@ require("shifty")
|
||||||
keydoc = loadrc("keydoc", "vbe/keydoc")
|
keydoc = loadrc("keydoc", "vbe/keydoc")
|
||||||
|
|
||||||
local tagicon = function(icon)
|
local tagicon = function(icon)
|
||||||
|
if screen.count() > 1 then
|
||||||
return beautiful.icons .. "/taglist/" .. icon .. ".png"
|
return beautiful.icons .. "/taglist/" .. icon .. ".png"
|
||||||
|
end
|
||||||
|
return nil
|
||||||
end
|
end
|
||||||
|
|
||||||
shifty.config.tags = {
|
shifty.config.tags = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue