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:
parent
1a5f6b7ad2
commit
c003f7ba78
|
@ -46,6 +46,7 @@
|
||||||
* gap_single_client = true,
|
* gap_single_client = true,
|
||||||
* gap = 15,
|
* gap = 15,
|
||||||
* screen = s,
|
* screen = s,
|
||||||
|
* selected = true,
|
||||||
* })
|
* })
|
||||||
*
|
*
|
||||||
* awful.tag.add("Second tag", {
|
* awful.tag.add("Second tag", {
|
||||||
|
@ -54,6 +55,9 @@
|
||||||
* screen = s,
|
* 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**:
|
* **Accessing tags**:
|
||||||
*
|
*
|
||||||
* To access the "current tags", use
|
* To access the "current tags", use
|
||||||
|
|
Loading…
Reference in New Issue