updating readme for overrides

This commit is contained in:
2024-04-20 21:47:42 -06:00
parent fdfa32909f
commit d1a5e37067
3 changed files with 74 additions and 3 deletions

View File

@ -45,7 +45,6 @@
<div class="sdpi-item-label">Overrides</div>
<span class="sdpi-item-value" textarea>
<textarea type="textarea" class="sdProperty" id="overrides" oninput="setSettings()"></textarea>
<label for="overrides">window title => volume process</label>
</span>
</div>
@ -56,8 +55,8 @@
<p>In order to work around this, the overrides mechanism is there for you to manually map an application window to an audio process.</p>
<p>They synax for this is</p>
<p>[matching]: Window Title <br />Audio Process</p>
<p>Blank lines can be used for spacing</p>
<p>[matching] can be eq, start or end. Which will perform an exact match, starts with, or ends with respectively.</p>
<p>Blank lines can be used for spacing<br/>Lines starting with // are ignored</p>
<p>[matching] can be eq, start, end, or regex. Which will perform an exact match, starts with, ends with, or regular expressions respectively.</p>
<p>Example:<br />eq: Task Manager<br />Discord</p>
</details>