aboutsummaryrefslogtreecommitdiffstats
path: root/oni/home
diff options
context:
space:
mode:
authorGravatar Tom Willemse2025-09-17 14:09:21 -0700
committerGravatar Tom Willemse2025-09-17 14:13:56 -0700
commit1b315a52d94319fd921b68193bae3d07ad460a50 (patch)
treedbb0e6156c9da2abd70deee99e72214cae2d9be5 /oni/home
parent89528e4103c0dee1c77d940ca29f955868deb9a9 (diff)
downloadnew-dotfiles-1b315a52d94319fd921b68193bae3d07ad460a50.tar.gz
new-dotfiles-1b315a52d94319fd921b68193bae3d07ad460a50.zip
stumpwm: Sadly, Chromium still is also a browser, technically
Diffstat (limited to 'oni/home')
-rw-r--r--oni/home/services/stumpwm/stumpwm.lisp2
1 files changed, 1 insertions, 1 deletions
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"