From 6866499f3561ae5a9f3939abd6102710676baada Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Sun, 26 Sep 2021 10:19:42 +0200 Subject: rc: show notification on master_width_factor change --- rc.lua | 5 +++-- 1 file 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 -- cgit v1.2.3