diff options
Diffstat (limited to 'awesome')
| -rw-r--r-- | awesome/rc.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/awesome/rc.lua b/awesome/rc.lua index 583c459..a5d03a8 100644 --- a/awesome/rc.lua +++ b/awesome/rc.lua @@ -594,8 +594,8 @@ awful.rules.rules = { "veromix", "xtightvncviewer", "zoom", - "[join?]*", -- Zoom Meeting client joined from browser - "[start?]*", -- Zoom Meeting client started from browser + "[join\\?action]*", -- Zoom Meeting client joined from browser + "[start\\?action]*", -- Zoom Meeting client started from browser }, -- Note that the name property shown in xprop might be set slightly after creation of the client |
