From 550b7eb6134f4509bab62f50ffe08e21d946f562 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Thu, 19 Dec 2024 23:38:20 -0800 Subject: [PATCH] Consider Zen Browser to be a browser --- 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 81ab3ca..0291c97 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"))) + (run-or-raise "firefox" '(:class "firefox|zen-beta"))) (defcommand raise-emacs () () "Open or show Emacs"