diff --git a/oni/home/services/stumpwm/config b/oni/home/services/stumpwm/config index 82907aa..81ab3ca 100644 --- a/oni/home/services/stumpwm/config +++ b/oni/home/services/stumpwm/config @@ -39,7 +39,7 @@ after it has been unlocked." (defcommand raise-terminal () () "Open or show my terminal" - (run-or-raise "kitty" '(:class "kitty"))) + (run-or-raise "kitty" '(:class "kitty|org\.wezfurlong\.wezterm"))) (define-key *top-map* (kbd "C-M-l") "lock-screen") (define-key *top-map* (kbd "s-b") "raise-browser")