diff options
| author | 2025-01-27 16:21:54 -0800 | |
|---|---|---|
| committer | 2025-01-27 16:21:54 -0800 | |
| commit | 6241cc0e5de150af5c76a551da8904bc245672b5 (patch) | |
| tree | 14795de63a6dfa291ea2998b3d758a91f0ee35ec | |
| parent | d9ada278d98b7c26097666a45d62ea82d6de915f (diff) | |
| download | new-dotfiles-6241cc0e5de150af5c76a551da8904bc245672b5.tar.gz new-dotfiles-6241cc0e5de150af5c76a551da8904bc245672b5.zip | |
stumpwm: Zen's class is now just “zen”
| -rw-r--r-- | oni/home/services/stumpwm/config | 2 |
1 files changed, 1 insertions, 1 deletions
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" |
