rename pipewire tools

Use the pw- prefix for all pipewire tools. This makes the
commands shorter but also avoids conflicts with password
and patchwork tools (pwcli is taken, pwconv is maybe we someday
can make).

pipewire-monitor -> pw-mon
pipewire-cli -> pw-cli
pipewire-dot -> pw-dot
pwcat -> pw-cat
This commit is contained in:
Wim Taymans 2020-01-27 15:42:59 +01:00
parent 88cd3d3f1e
commit c047bab910
8 changed files with 18 additions and 18 deletions

View file

@ -98,7 +98,7 @@ option('vulkan',
description: 'Enable vulkan spa plugin integration',
type: 'boolean',
value: true)
option('pwcat',
description: 'Build pwcat/pwplay/pwrecord',
option('pw-cat',
description: 'Build pw-cat/pw-play/pw-record',
type: 'boolean',
value: true)