Created
August 24, 2022 17:41
-
-
Save lostmsu/4e7b9e6253bc1e1efb5241cc0f8b7a32 to your computer and use it in GitHub Desktop.
zone auto capture samples
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
<!-- | |
xmlns:stack="https://schemas.losttech.software/stack/2022/xaml/all" | |
--> | |
<zones:Zone> | |
<stack:AutoCapture.CaptureFilters> | |
<stack:CaptureFilter> | |
<filters:ProcessName Value="HxOutlook"/> <!-- Windows Mail App --> | |
<filters:ProcessName Value="WindowsTerminal"/> <!-- The new Windows Terminal app --> | |
<filters:Title Value="Google Voice - Voice"/> | |
<filters:Title Value="Messenger" Match="Exact"/> | |
</stack:CaptureFilter> | |
</stack:AutoCapture.CaptureFilters> | |
</zones:Zone> | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment