Update example_config

This commit is contained in:
Ottatop 2023-08-21 20:58:02 -05:00
parent fd09e20ced
commit 01a110d97c

View file

@ -90,7 +90,7 @@ require("pinnacle").setup(function(pinnacle)
op:add_tags("1", "2", "3", "4", "5")
-- Same as tag.add(op, "1", "2", "3", "4", "5")
tag.toggle("1", op)
tag.toggle({ "1", op })
end)
---@type Layout[]