mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-07 08:57:08 +00:00
22 lines
493 B
Plaintext
22 lines
493 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, linux]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# pipetron
|
|
|
|
> Electron node manager for PipeWire.
|
|
> More information: <https://codeberg.org/ponleou/pipetron#usage>.
|
|
|
|
- Start daemon specified in config file (defaults to volume daemon if not specified):
|
|
|
|
`pipetron {{[-d|--daemon]}}`
|
|
|
|
- Start volume daemon (mirror volume settings):
|
|
|
|
`pipetron {{[-vd|--volume-daemon]}}`
|
|
|
|
- Start audio daemon (mirror audio data):
|
|
|
|
`pipetron {{[-ad|--audio-daemon]}}`
|