Accept wezterm as a terminal to raise

I've been trying it out.
This commit is contained in:
Tom Willemse 2024-08-15 00:18:32 -07:00
parent b07410da65
commit e332b2ab1d
Signed by: ryuslash
GPG key ID: 7D5C407B435025C1

View file

@ -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")