Update cheatsheets

This commit is contained in:
ivuorinen
2026-03-06 00:31:36 +00:00
parent 8c4faa0051
commit a0a2bbc19d
12 changed files with 120 additions and 16 deletions

21
tldr/linux/pipetron Normal file
View File

@@ -0,0 +1,21 @@
---
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]}}`