-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add option to choose whether to match targets using their binary name or app name first. Closes #21
- Loading branch information
Showing
2 changed files
with
49 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,10 @@ | ||
PipeWireAudioCaptureInput="Audio Input Capture (PipeWire)" | ||
PipeWireAudioCaptureOutput="Audio Output Capture (PipeWire)" | ||
PipeWireAudioCaptureApplication="Application Audio Capture (PipeWire)" | ||
MatchPriority="Match Priority" | ||
MatchBinaryFirst="Match by binary name, fallback to app name" | ||
MatchAppNameFirst="Match by app name, fallback to binary name" | ||
MatchClientOutputs="Match all output streams of a client" | ||
Device="Device" | ||
Application="Application" | ||
ExceptApp="Capture all apps except selected" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters