This commit is contained in:
Yessiest 2022-09-08 15:01:16 +04:00
parent 348620829d
commit 7b5e5a95b4
1 changed files with 2 additions and 0 deletions

View File

@ -107,6 +107,8 @@ return function(args)
c:connect_signal("property::minimized",onminimize) c:connect_signal("property::minimized",onminimize)
if client.focus == c then if client.focus == c then
onfocus() onfocus()
else
onunfocus()
end end
end, end,
-- Uncomment this only, and **ONLY** if you actually need it. -- Uncomment this only, and **ONLY** if you actually need it.