doc: mention to select a tag on awful.tag.add (#1520)

Ref: https://github.com/awesomeWM/awesome/issues/1509#issuecomment-276941061.
This commit is contained in:
sudo-nice 2017-02-04 18:13:12 +04:00 committed by Daniel Hahler
parent 1a5f6b7ad2
commit c003f7ba78
1 changed files with 4 additions and 0 deletions

View File

@ -46,6 +46,7 @@
* gap_single_client = true,
* gap = 15,
* screen = s,
* selected = true,
* })
*
* awful.tag.add("Second tag", {
@ -54,6 +55,9 @@
* screen = s,
* })
*
* Note: the example above sets "First tag" to be selected explicitly,
* because otherwise you will find yourself without any selected tag.
*
* **Accessing tags**:
*
* To access the "current tags", use