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:
parent
2c0266dccf
commit
14bd2c32b3
|
@ -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 |
|
||||
|
|
Loading…
Reference in New Issue