diff options
author | jao <jao@gnu.org> | 2023-02-28 04:01:17 +0000 |
---|---|---|
committer | jao <jao@gnu.org> | 2023-02-28 04:01:17 +0000 |
commit | 4bed4ec9ec8cd1270731b1d7d5572345e46b28d1 (patch) | |
tree | 598a2061466f88c9a2176cde7fd824dc6a2c6063 /custom | |
parent | b8b7b4f105edea6fce304876d36f361ecbb4f6db (diff) | |
download | elibs-4bed4ec9ec8cd1270731b1d7d5572345e46b28d1.tar.gz elibs-4bed4ec9ec8cd1270731b1d7d5572345e46b28d1.tar.bz2 |
we don't need kitty to run spt
Diffstat (limited to 'custom')
-rw-r--r-- | custom/jao-custom-exwm.el | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/custom/jao-custom-exwm.el b/custom/jao-custom-exwm.el index dbb05a2..68dd3b2 100644 --- a/custom/jao-custom-exwm.el +++ b/custom/jao-custom-exwm.el @@ -278,9 +278,8 @@ (jao-def-exwm-runner jao-exwm-xterm 0 nil "xterm") ;; (jao-def-exwm-toggler jao-exwm-tidal -1 "tidal-hifi" "tidal-hifi") - -(jao-def-exwm-toggler jao-exwm-spt -1 "spt" "kitty" "-e" "spt") -(defalias 'jao-streaming-list #'jao-exwm-spt*) +;; (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") |