diff options
author | Thanos Apollo <[email protected]> | 2023-11-10 18:31:05 +0200 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-11-10 18:31:05 +0200 |
commit | 727e6888535bd3b84fbdc187c77eef6fdf6cfc70 (patch) | |
tree | 1ad7c3a645795bf088a8f75e912a5e217d9a92fe /.emacs.d | |
parent | fd1730071b1a1acad3a821b0fbcf0f5bbf164e5a (diff) |
emacs:(emms) Update emms mpv parameters
Diffstat (limited to '.emacs.d')
-rw-r--r-- | .emacs.d/modules/thanos-multimedia.el | 2 |
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) |