Small taglist update
This commit is contained in:
parent
33b6b84815
commit
d7c4225359
|
@ -14,7 +14,7 @@ tag_list.create = function(s)
|
|||
count = count + 1
|
||||
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
|
||||
|
||||
local taglist_buttons = awful.util.table.join(
|
||||
|
|
Loading…
Reference in New Issue