aboutsummaryrefslogtreecommitdiff
path: root/.config/wireplumber/wireplumber.conf.d
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2025-01-22 22:08:02 +0100
committerLoek Le Blansch <loek@pipeframe.xyz>2025-01-22 22:08:02 +0100
commitad88ea8a6d55d2d2e7c881d6fb01c0627d6cc822 (patch)
tree906fec69fcf7881dbc329ecac60a4c218ca964fc /.config/wireplumber/wireplumber.conf.d
parent73c346f13c0d1bfcb1ae82b7a498d657fe80d606 (diff)
update wireplumber config
Diffstat (limited to '.config/wireplumber/wireplumber.conf.d')
-rw-r--r--.config/wireplumber/wireplumber.conf.d/50-mpv-fix.conf14
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
+ }
+ }
+ }
+]
+