From 6241cc0e5de150af5c76a551da8904bc245672b5 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Mon, 27 Jan 2025 16:21:54 -0800 Subject: [PATCH] =?UTF-8?q?stumpwm:=20Zen's=20class=20is=20now=20just=20?= =?UTF-8?q?=E2=80=9Czen=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- oni/home/services/stumpwm/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oni/home/services/stumpwm/config b/oni/home/services/stumpwm/config index 0291c97..d21d9c8 100644 --- a/oni/home/services/stumpwm/config +++ b/oni/home/services/stumpwm/config @@ -31,7 +31,7 @@ after it has been unlocked." (defcommand raise-browser () () "Open or show my browser" - (run-or-raise "firefox" '(:class "firefox|zen-beta"))) + (run-or-raise "firefox" '(:class "firefox|zen(-beta)?"))) (defcommand raise-emacs () () "Open or show Emacs"