diff options
Diffstat (limited to '.config/wireplumber/wireplumber.conf.d')
-rw-r--r-- | .config/wireplumber/wireplumber.conf.d/50-mpv-fix.conf | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/.config/wireplumber/wireplumber.conf.d/50-mpv-fix.conf b/.config/wireplumber/wireplumber.conf.d/50-mpv-fix.conf new file mode 100644 index 0000000..fa83de5 --- /dev/null +++ b/.config/wireplumber/wireplumber.conf.d/50-mpv-fix.conf @@ -0,0 +1,14 @@ +# <https://howthefu.cc/posts/04/index.html> +stream.rules = [ + { + matches = [ + { application.name = "mpv" } + ] + actions = { + update-props = { + state.restore-props = false + } + } + } +] + |