From 6241cc0e5de150af5c76a551da8904bc245672b5 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Mon, 27 Jan 2025 16:21:54 -0800 Subject: stumpwm: Zen's class is now just “zen” --- 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" -- cgit v1.3-2-g0d8e