diff options
Diffstat (limited to 'exwm.org')
-rw-r--r-- | exwm.org | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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) |