From 71daba9ca35ff7ca12d49cda05ecf4b93be117a0 Mon Sep 17 00:00:00 2001 From: jao Date: Sat, 11 Oct 2025 00:32:30 +0100 Subject: wee shortcut tweaks --- init.el | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) (limited to 'init.el') diff --git a/init.el b/init.el index 756b121..3744b96 100644 --- a/init.el +++ b/init.el @@ -1159,7 +1159,7 @@ (not (bound-and-true-p jao-exwm--use-afio)) (boundp 'exwm-workspace-current-index)) (format "F%s" exwm-workspace-current-index)) - (jao-afio-use-frames "") + ;; (jao-afio-use-frames "") (t (format "%s" (or (jao-afio-frame-name) "")))) 'face 'font-lock-warning-face)) (jao-minibuffer-add-variable '(jao-current--frame-id) 100) @@ -1715,17 +1715,18 @@ ("m" "toggle" jao-player-toggle) ("n" "next" jao-player-next) ("p" "previous" jao-player-previous) - ("s" "select album" jao-player-select-album)] + ("S" "play stream" jao-mpc-play-stream)] ["Seek and search" ("f" "seek fwd" jao-player-seek-10 :transient t) ("F" "seek bwd" jao-player-seek--10 :transient t) - ("a" "search album" jao-mpc-select-album) - ("S" "play stream" jao-mpc-play-stream)] + ("a" "search album" jao-mpc-select-album)] ["Browse" - ("b" "browse" jao-player-browse) - ("l" "show play list" jao-player-list) - ("L" "show lyrics" jao-show-lyrics) - ("w" "now playing" jao-streaming-echo-current)] + ("b" "browse albums" jao-player-browse) + ("l" "show play list" jao-player-list)] + ["Now playing" + ("w" "now playing" jao-streaming-echo-current) + ("e" "echo now play" jao-player-echo) + ("L" "show lyrics" jao-show-lyrics)] [:description (lambda () (message "mpd %s" (if (jao-mpc-playing-p) @@ -1901,7 +1902,9 @@ (global-set-key "\C-xr\M-w" #'kill-rectangle-save) (global-set-key "\C-c\C-z" #'comment-or-uncomment-region) (global-set-key "\C-z" #'comment-or-uncomment-region) - (jao-when-darwin (global-set-key (kbd "M-`") 'other-frame))) + (jao-when-darwin + (global-set-key (kbd "M-`") 'other-frame) + (global-set-key (kbd "s-e") 'jao-firefox-open))) (jao-global-keybindings) -- cgit v1.2.3