summaryrefslogtreecommitdiff
path: root/rc.lua
diff options
context:
space:
mode:
Diffstat (limited to 'rc.lua')
-rw-r--r--rc.lua5
1 files changed, 3 insertions, 2 deletions
diff --git a/rc.lua b/rc.lua
index b0809ea..96f3b22 100644
--- a/rc.lua
+++ b/rc.lua
@@ -193,8 +193,9 @@ client.connect_signal("mouse::enter",
-- show a notification on changing tag properties
do
local tag_prop_notify = {
- master_count = {},
- column_count = {},
+ master_count = {},
+ column_count = {},
+ master_width_factor = {},
}
for name, tbl in pairs(tag_prop_notify) do