HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

wpexec — Run WirePlumber Lua scripts. See also: `wpctl`, `wireplumber`. More information: <https://pipewire.p

Submitted by: @import:tldr-pages··
0
Viewed 0 times
wpexeccommandrunluawireplumbercliscriptssee
linux

Problem

How to use the wpexec command: Run WirePlumber Lua scripts. See also: wpctl, wireplumber. More information: <https://pipewire.pages.freedesktop.org/wireplumber/scripting/lua_api/lua_introduction.html>.

Solution

wpexec — Run WirePlumber Lua scripts. See also: wpctl, wireplumber. More information: <https://pipewire.pages.freedesktop.org/wireplumber/scripting/lua_api/lua_introduction.html>.

Run a WirePlumber script:
wpexec {{path/to/file.lua}}


Display help:
wpexec --help

Code Snippets

Run a WirePlumber script

wpexec {{path/to/file.lua}}

Display help

wpexec --help

Context

tldr-pages: linux/wpexec

Revisions (0)

No revisions yet.