diff options
-rw-r--r-- | custom/jao-custom-exwm.el | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/custom/jao-custom-exwm.el b/custom/jao-custom-exwm.el index d28f51b..3ba9d49 100644 --- a/custom/jao-custom-exwm.el +++ b/custom/jao-custom-exwm.el @@ -278,7 +278,9 @@ (jao-def-exwm-runner jao-exwm-xterm 0 nil "xterm") ;; (jao-def-exwm-toggler jao-exwm-tidal -1 "tidal-hifi" "tidal-hifi") -;; (defalias 'jao-streaming-list #'jao-exwm-tidal) + +(jao-def-exwm-toggler jao-exwm-spt -1 "spt" "kitty" "-e" "spt") +(defalias 'jao-streaming-list #'jao-exwm-spt*) (defun jao-exwm-import-screen (&optional area) (interactive "P") |