diff options
author | jao <jao@gnu.org> | 2025-09-29 11:14:08 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2025-09-29 11:14:08 +0100 |
commit | 16aae5a2525a28224d0fbbc536d4bda6d9008fb0 (patch) | |
tree | 7df79f63419504b973cc2a99cde2f39af5811838 /custom/jao-custom-multimedia.el | |
parent | b72f03dc0ae6ced222d84e84a5b876ce4ada2404 (diff) | |
download | elibs-16aae5a2525a28224d0fbbc536d4bda6d9008fb0.tar.gz elibs-16aae5a2525a28224d0fbbc536d4bda6d9008fb0.tar.bz2 |
little linux tweaks
Diffstat (limited to 'custom/jao-custom-multimedia.el')
-rw-r--r-- | custom/jao-custom-multimedia.el | 23 |
1 files changed, 12 insertions, 11 deletions
diff --git a/custom/jao-custom-multimedia.el b/custom/jao-custom-multimedia.el index cc91aa7..9f421d7 100644 --- a/custom/jao-custom-multimedia.el +++ b/custom/jao-custom-multimedia.el @@ -66,11 +66,11 @@ (transient-define-prefix jao-transient-streaming () [:description (lambda () (format "Streaming using %s" jao-mpris-player)) - ["Search" :if jao-mpris-mopidy-p - ("a" "album" jao-streaming-album) - ("A" "artist" jao-streaming-artist) - ("t" "track" jao-streaming-track) - ("P" "playlist" jao-streaming-playlist)] + ;; ["Search" :if jao-mpris-mopidy-p + ;; ("a" "album" jao-streaming-album) + ;; ("A" "artist" jao-streaming-artist) + ;; ("t" "track" jao-streaming-track) + ;; ("P" "playlist" jao-streaming-playlist)] ["Play" ("s" "toggle" jao-streaming-toggle) ("n" "next" jao-streaming-next) @@ -82,14 +82,15 @@ ("u" "up" jao-streaming-volume :transient t) ("d" "down" jao-streaming-volume-down :transient t)] ["Browse" - ("l" "playing list" j - ao-streaming-list :if jao-mpris-mopidy-p) + ;; ("l" "playing list" jao-streaming-list :if jao-mpris-mopidy-p) ("L" "lyrics" jao-streaming-lyrics) ("w" "currently playing" jao-streaming-current)] - ["Act" :if jao-mpris-mopidy-p - ("k" "like" jao-streaming-like) - ("K" "dislike" jao-streaming-dislike) - ("S" "toggle shuffle" jao-streaming-toggle-shuffle)]]) + ;; ["Act" :if jao-mpris-mopidy-p + ;; ("k" "like" jao-streaming-like) + ;; ("K" "dislike" jao-streaming-dislike) + ;; ("S" "toggle shuffle" jao-streaming-toggle-shuffle)] + ] + ) ;;; mpris (defun jao-mpris-lyrics (&optional force) |