Small taglist update

This commit is contained in:
Thomas Avé 2022-07-27 01:52:15 +02:00
parent 33b6b84815
commit d7c4225359
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ tag_list.create = function(s)
count = count + 1 count = count + 1
end end
end end
return (#tag:clients() > 0 and count > 1) or (tag.selected and #tag:clients() == 0) return (#tag:clients() > 0 and count > 1) or (tag.selected and #tag:clients() == 0 and count > 1)
end end
local taglist_buttons = awful.util.table.join( local taglist_buttons = awful.util.table.join(