dfb5e299d678

More
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Tue, 08 Sep 2020 14:03:40 -0400
parents 01b4fd763aab
children 18cc4d4f4ac4
branches/tags (none)
files stumpwmrc

Changes

--- a/stumpwmrc	Tue Sep 08 11:51:33 2020 -0400
+++ b/stumpwmrc	Tue Sep 08 14:03:40 2020 -0400
@@ -455,7 +455,7 @@
   (run-or-raise "gcontrol" '(:class "Gnome-control-center")))
 
 (defcommand zoom () ()
-  (when-let ((window (find-window `(:title ,(ppcre:create-scanner "^Zoom Meeting ID: .*")))))
+  (when-let ((window (find-window `(:title ,(ppcre:create-scanner "^Zoom Meeting.*")))))
     (focus-window window t)))