mirror of
https://github.com/pinnacle-comp/pinnacle.git
synced 2024-12-25 09:59:21 +01:00
Update example_config
This commit is contained in:
parent
fd09e20ced
commit
01a110d97c
1 changed files with 1 additions and 1 deletions
|
@ -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[]
|
||||
|
|
Loading…
Reference in a new issue