wpexec
Execute WirePlumber Lua scripts
TLDR
Run Lua script
$ wpexec [path/to/file.lua]
Display help$ wpexec --help
SYNOPSIS
wpexec [OPTIONS] SCRIPT
DESCRIPTION
wpexec runs WirePlumber Lua scripts. It provides access to WirePlumber's Lua API for scripting audio routing, device management, and policy customization.
Scripts can interact with PipeWire nodes, links, and sessions through WirePlumber's object model.
PARAMETERS
--help
Display help information
CAVEATS
Requires WirePlumber and PipeWire. Scripts must use WirePlumber's Lua API. Errors in scripts may affect audio functionality.
SEE ALSO
wpctl(1), wireplumber(1)
