aboutsummaryrefslogtreecommitdiffstats
path: root/oni/home/services/stumpwm
diff options
context:
space:
mode:
authorGravatar Tom Willemse2024-08-15 00:18:32 -0700
committerGravatar Tom Willemse2024-08-15 00:18:32 -0700
commite332b2ab1de4b2ab0089c67bbb65632fca2cc071 (patch)
treed45dd40a69cade4acd7727115a18b5a5dbc6f4f1 /oni/home/services/stumpwm
parentb07410da65cdeb97fa12b4a23f36a4e6324e0d01 (diff)
downloadnew-dotfiles-e332b2ab1de4b2ab0089c67bbb65632fca2cc071.tar.gz
new-dotfiles-e332b2ab1de4b2ab0089c67bbb65632fca2cc071.zip
Accept wezterm as a terminal to raise
I've been trying it out.
Diffstat (limited to 'oni/home/services/stumpwm')
-rw-r--r--oni/home/services/stumpwm/config2
1 files changed, 1 insertions, 1 deletions
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")