doc: Fix 2 missing parentheses
This commit is contained in:
parent
7f9d62c49b
commit
160ea0fd66
|
@ -46,13 +46,13 @@
|
|||
* gap_single_client = true,
|
||||
* gap = 15,
|
||||
* screen = s,
|
||||
* }
|
||||
* })
|
||||
*
|
||||
* awful.tag.add("Second tag", {
|
||||
* icon = "/path/to/icon2.png",
|
||||
* layout = awful.layout.suit.max,
|
||||
* screen = s,
|
||||
* }
|
||||
* })
|
||||
*
|
||||
* **Accessing tags**:
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue