diff options
author | Thanos Apollo <[email protected]> | 2024-01-18 17:04:32 +0200 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2024-01-18 17:04:45 +0200 |
commit | ebbb1cf8038d0696688b788d03594a7f06b46b3a (patch) | |
tree | 9d7d58a70827128139fa4e0134189222dda52196 | |
parent | 9de89b9f2c868625b63ae1eaa5ab7452db46f0c9 (diff) |
emacs:(multimedia) remove emms mpv parameters
-rw-r--r-- | .emacs.d/modules/thanos-multimedia.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.emacs.d/modules/thanos-multimedia.el b/.emacs.d/modules/thanos-multimedia.el index 4eb1769..036b99c 100644 --- a/.emacs.d/modules/thanos-multimedia.el +++ b/.emacs.d/modules/thanos-multimedia.el @@ -40,7 +40,7 @@ emms-show-format "♪ %s") (emms-default-players)) -(setf emms-player-mpv-parameters "--gpu-context=x11") +(setf emms-player-mpv-parameters nil) (define-key emms-playlist-mode-map (kbd "A") #'emms-add-directory-tree) |