From 88abacb9e0974cc32347b66e61852a44829d739e Mon Sep 17 00:00:00 2001 From: vitorhcl Date: Thu, 14 Dec 2023 20:09:16 -0300 Subject: [PATCH] pw-mon: add page --- pages/linux/pw-mon.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 pages/linux/pw-mon.md diff --git a/pages/linux/pw-mon.md b/pages/linux/pw-mon.md new file mode 100644 index 0000000000..9bba3c1b60 --- /dev/null +++ b/pages/linux/pw-mon.md @@ -0,0 +1,20 @@ +# pw-mon + +> Monitor objects on the PipeWire instance. +> More information: . + +- Monitor the default PipeWire instance: + +`pw-mon` + +- Monitor a specific remote instance: + +`pw-mon --remote={{remote_name}}` + +- Monitor the default instance specifying a color configuration: + +`pw-mon --color={{never|always|auto}}` + +- Show help: + +`pw-mon --help`