mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-24 10:48:35 +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)
|
||||
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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue