summaryrefslogtreecommitdiffhomepage
path: root/exwm.org
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2022-01-18 22:43:24 +0000
committerjao <jao@gnu.org>2022-01-18 22:43:24 +0000
commit425bdb7d43de9224b24e1adc1687adcf19a023c8 (patch)
treee0a42edb2ae72c255b707f392f2f1f2a7c2749e4 /exwm.org
parent0c4548bfa3450b55c4fb6dc4e263e66299d7e086 (diff)
downloadelibs-425bdb7d43de9224b24e1adc1687adcf19a023c8.tar.gz
elibs-425bdb7d43de9224b24e1adc1687adcf19a023c8.tar.bz2
jao-spt: telecommands for spotify-ui
Diffstat (limited to 'exwm.org')
-rw-r--r--exwm.org9
1 files changed, 9 insertions, 0 deletions
diff --git a/exwm.org b/exwm.org
index 8009070..5e76817 100644
--- a/exwm.org
+++ b/exwm.org
@@ -538,6 +538,14 @@
("M" (lambda () (concat "minibuffer" (when jao-minibuffer-enabled-p "*")))
jao-minibuffer-toggle)]])
+ (transient-define-prefix jao-transient-spt ()
+ [["spt control"
+ ("s" "toggle" jao-spt-toggle)
+ ("n" "next" jao-spt-next)
+ ("p" "previous" jao-spt-previous)
+ ("w" "status" jao-spt-echo-current)
+ ("u" "spt ui" jao-exwm-spt)]])
+
#+end_src
* Keybindings
#+begin_src emacs-lisp
@@ -566,6 +574,7 @@
([?\s-p] . jao-prev-window)
([?\s-r] . app-launcher-run-app)
([?\s-s] . jao-transient-spotify)
+ ([?\s-S] . jao-transient-spt)
;; ([?\s-t] . jao-exwm-xterm)
([?\s-t] . vterm)
([?\s-w] . jao-transient-exwm)