From e332b2ab1de4b2ab0089c67bbb65632fca2cc071 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Thu, 15 Aug 2024 00:18:32 -0700 Subject: Accept wezterm as a terminal to raise I've been trying it out. --- oni/home/services/stumpwm/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'oni') 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") -- cgit v1.2.3-54-g00ecf