summaryrefslogtreecommitdiff
path: root/.emacs.d
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2023-11-10 18:31:05 +0200
committerThanos Apollo <[email protected]>2023-11-10 18:31:05 +0200
commit727e6888535bd3b84fbdc187c77eef6fdf6cfc70 (patch)
tree1ad7c3a645795bf088a8f75e912a5e217d9a92fe /.emacs.d
parentfd1730071b1a1acad3a821b0fbcf0f5bbf164e5a (diff)
emacs:(emms) Update emms mpv parameters
Diffstat (limited to '.emacs.d')
-rw-r--r--.emacs.d/modules/thanos-multimedia.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/.emacs.d/modules/thanos-multimedia.el b/.emacs.d/modules/thanos-multimedia.el
index 1f1e961..4c2a847 100644
--- a/.emacs.d/modules/thanos-multimedia.el
+++ b/.emacs.d/modules/thanos-multimedia.el
@@ -42,6 +42,8 @@
emms-show-format "♪ %s")
(emms-default-players))
+(setf emms-player-mpv-parameters "--gpu-context=x11")
+
(define-key emms-playlist-mode-map (kbd "A") #'emms-add-directory-tree)
(define-key thanos/applications-map (kbd "e") 'emms-smart-browse)