mirror of
https://github.com/pinnacle-comp/pinnacle.git
synced 2024-11-16 07:48:11 +01:00
Clarify documentation
This commit is contained in:
parent
4d1085a720
commit
b3cab091da
1 changed files with 1 additions and 1 deletions
|
@ -181,7 +181,7 @@ end
|
|||
--- -- The following will open Discord, Thunderbird, or Firefox floating if they
|
||||
--- -- open on either *all* of tags "A", "B", and "C" or both tags "1" and "2".
|
||||
---window.rules.add({
|
||||
--- cond = { cond_all = { -- This outer `cond_all` block is unnecessary, but it's here for clarity.
|
||||
--- cond = { cond_all = { -- This `cond_all` block is needed because the outermost block cannot be an array.
|
||||
--- { cond_any = { class = { "firefox", "thunderbird", "discord" } } },
|
||||
--- { cond_any = {
|
||||
--- -- Because `tag` is inside a `cond_all` block,
|
||||
|
|
Loading…
Reference in a new issue