mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-10 10:14:20 +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,8 +4,11 @@ require("shifty")
|
|||
keydoc = loadrc("keydoc", "vbe/keydoc")
|
||||
|
||||
local tagicon = function(icon)
|
||||
if screen.count() > 1 then
|
||||
return beautiful.icons .. "/taglist/" .. icon .. ".png"
|
||||
end
|
||||
return nil
|
||||
end
|
||||
|
||||
shifty.config.tags = {
|
||||
["3↭www"] = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue