signals: remove special rule for Google Meet

I am not using it anymore.
This commit is contained in:
Vincent Bernat 2019-03-18 15:48:11 +01:00
parent 2f05c2f58d
commit 4b33f2aa9c

View file

@ -84,8 +84,7 @@ client.add_signal("focus", function(c)
end)
client.add_signal("unfocus", function(c)
c.border_color = beautiful.border_normal
if (not c.fullscreen and
not (c.class == "Chromium" and c.name:sub(1, #"Meet ") == "Meet ")) then
if not c.fullscreen then
c.opacity = 0.85
end
end)