From 27e0338f244b50350362e9c9f7d4eb5216690a7a Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Wed, 12 Feb 2025 15:19:29 +0100 Subject: [PATCH] pulse-server: clarify pulse.rules properties --- src/modules/module-protocol-pulse.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/modules/module-protocol-pulse.c b/src/modules/module-protocol-pulse.c index 77aa9603a..ea5eb6cbe 100644 --- a/src/modules/module-protocol-pulse.c +++ b/src/modules/module-protocol-pulse.c @@ -298,7 +298,8 @@ * ## Application settings (Rules) * * The pulse protocol module supports generic config rules. It supports a pulse.rules - * section with a `quirks` and an `update-props` action. + * section with a `quirks` and an `update-props` action. These rules operate on the client + * properties (not the stream properties, see above). * *\code{.unparsed} * # ~/.config/pipewire/pipewire-pulse.conf.d/custom.conf @@ -346,7 +347,7 @@ * ### update-props * * Takes an object with the properties to update on the client. Common actions are to - * tweak the quantum values. + * tweak the quantum values. You can use the stream specific keys in pulse.properties. * * ### startup notification *