From 14bd2c32b37b448eb3da603efdb1569956a7b600 Mon Sep 17 00:00:00 2001 From: Tomoya Tabuchi Date: Thu, 27 Apr 2017 22:39:19 +0900 Subject: [PATCH] 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. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dc15db0..461ec18 100644 --- a/README.md +++ b/README.md @@ -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 |