PATH:
usr
/
share
/
wireplumber
/
main.lua.d
-- Provide the "default" pw_metadata, which stores -- dynamic properties of pipewire objects in RAM load_module("metadata") -- Default client access policy default_access.enable() -- Load devices alsa_monitor.enable() v4l2_monitor.enable() libcamera_monitor.enable() -- Track/store/restore user choices about devices device_defaults.enable() -- Track/store/restore user choices about streams stream_defaults.enable() -- Link nodes by stream role and device intended role load_script("intended-roles.lua") -- Automatically suspends idle nodes after 3 seconds load_script("suspend-node.lua")
[-] 30-alsa-monitor.lua
[edit]
[-] 90-enable-all.lua
[edit]
[-] 30-libcamera-monitor.lua
[edit]
[-] 30-v4l2-monitor.lua
[edit]
[-] 50-alsa-config.lua
[edit]
[-] 50-default-access-config.lua
[edit]
[-] 40-device-defaults.lua
[edit]
[-] 40-stream-defaults.lua
[edit]
[+]
..
[-] 50-libcamera-config.lua
[edit]
[-] 00-functions.lua
[edit]
[-] 20-default-access.lua
[edit]
[-] 50-v4l2-config.lua
[edit]