updating readme for overrides
This commit is contained in:
@ -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>
|
||||
|
||||
|
Reference in New Issue
Block a user