diff options
Diffstat (limited to 'awesome/rc.lua')
| -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. |
