summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--init.el21
1 files changed, 12 insertions, 9 deletions
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)