From 99c085a139a3a95beab78d4f0b0e323887d62788 Mon Sep 17 00:00:00 2001 From: Blista Kanjo Date: Tue, 3 May 2022 00:34:55 -0400 Subject: better regex for the zoom meeting fixes --- awesome/rc.lua | 4 ++-- 1 file 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 -- cgit v1.2.3