From 425bdb7d43de9224b24e1adc1687adcf19a023c8 Mon Sep 17 00:00:00 2001 From: jao Date: Tue, 18 Jan 2022 22:43:24 +0000 Subject: jao-spt: telecommands for spotify-ui --- exwm.org | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'exwm.org') 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) -- cgit v1.2.3