Fix documentation for tag properties.

In awesome 4.0, changes were made to the following tag properties.
* tag.ncol changed to tag.column_count
* tag.nmaster changed to tag.master_count

Change tyrannical documentation to reflect these changes. Writing
tyrannical config as it is done in the changed documentation has been tested
and works.
This commit is contained in:
Tomoya Tabuchi 2017-04-27 22:39:19 +09:00
parent 2c0266dccf
commit 14bd2c32b3
No known key found for this signature in database
GPG Key ID: 0D2C1449EBF53F5E
1 changed files with 2 additions and 2 deletions

View File

@ -273,8 +273,8 @@ Then edit this section to fit your needs.
| **init** | Create when awesome launch | boolean |
| **layout** | The tag layout | layout |
| **mwfact** | Tiled layout master/slave ratio | float(0-1) |
| **ncol** | Number of columns | number |
| **nmaster** | Number of master clients | number |
| **column_count** | Number of columns | number |
| **master_count** | Number of master clients | number |
| **no_focus_stealing_in** | Do not select this tag when a new client is added | boolean |
| **no_focus_stealing_out** | Do not unselect when a new client is added elsewhere | boolean |
| **screen** | Tag screen(s) | number or array |