mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-24 18:58:33 +02:00
signals: remove special rule for Google Meet
I am not using it anymore.
This commit is contained in:
parent
2f05c2f58d
commit
4b33f2aa9c
1 changed files with 1 additions and 2 deletions
|
@ -84,8 +84,7 @@ client.add_signal("focus", function(c)
|
||||||
end)
|
end)
|
||||||
client.add_signal("unfocus", function(c)
|
client.add_signal("unfocus", function(c)
|
||||||
c.border_color = beautiful.border_normal
|
c.border_color = beautiful.border_normal
|
||||||
if (not c.fullscreen and
|
if not c.fullscreen then
|
||||||
not (c.class == "Chromium" and c.name:sub(1, #"Meet –") == "Meet –")) then
|
|
||||||
c.opacity = 0.85
|
c.opacity = 0.85
|
||||||
end
|
end
|
||||||
end)
|
end)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue