Accept wezterm as a terminal to raise
I've been trying it out.
This commit is contained in:
parent
b07410da65
commit
e332b2ab1d
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ after it has been unlocked."
|
||||||
|
|
||||||
(defcommand raise-terminal () ()
|
(defcommand raise-terminal () ()
|
||||||
"Open or show my 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 "C-M-l") "lock-screen")
|
||||||
(define-key *top-map* (kbd "s-b") "raise-browser")
|
(define-key *top-map* (kbd "s-b") "raise-browser")
|
||||||
|
|
Loading…
Reference in a new issue