From 1b315a52d94319fd921b68193bae3d07ad460a50 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Wed, 17 Sep 2025 14:09:21 -0700 Subject: stumpwm: Sadly, Chromium still is also a browser, technically --- oni/home/services/stumpwm/stumpwm.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oni/home/services/stumpwm/stumpwm.lisp b/oni/home/services/stumpwm/stumpwm.lisp index ab68de0..1d0ec08 100644 --- a/oni/home/services/stumpwm/stumpwm.lisp +++ b/oni/home/services/stumpwm/stumpwm.lisp @@ -30,7 +30,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)?|Org\.chromium\.Chromium"))) (defcommand raise-emacs () () "Open or show Emacs" -- cgit v1.3-2-g0d8e