diff options
| author | Blista Kanjo | 2022-04-05 14:54:48 -0400 |
|---|---|---|
| committer | Blista Kanjo | 2022-04-05 14:54:48 -0400 |
| commit | 4888d824cdc117a595cbd91fec39d45980fe6bae (patch) | |
| tree | 806ab7bd62c400b41d0c2200f74ff83afcb1ee05 /awesome | |
| parent | 1d511609f584503bcc352739afa1f8b030a6f26b (diff) | |
fixed zoom meetings that are started from a browser instance
Diffstat (limited to 'awesome')
| -rw-r--r-- | awesome/rc.lua | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/awesome/rc.lua b/awesome/rc.lua index dcb4431..305c9e2 100644 --- a/awesome/rc.lua +++ b/awesome/rc.lua @@ -592,17 +592,16 @@ awful.rules.rules = { "Wpa_gui", "veromix", "xtightvncviewer", - "zoom"}, + "zoom", + "[join?]*", + "[start?]*", + }, -- Note that the name property shown in xprop might be set slightly after creation of the client -- and the name shown there might not match defined rules here. name = { "Event Tester", -- xev. - "Task Manager", - "Zoom - Free Account", - "Zoom - Licensed Account", - "Zoom Meeting", - "zoom", + "Task Manager", }, role = { "AlarmWindow", -- Thunderbird's calendar. |
