Skip to content

Commit ce49348

Browse files
update docs
1 parent b104403 commit ce49348

File tree

1 file changed

+12
-5
lines changed

1 file changed

+12
-5
lines changed

docs/configuration.md

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1240,18 +1240,24 @@ editing the `conf` file in a text editor. Use the examples as reference.
12401240
<tr>
12411241
<td>Description</td>
12421242
<td colspan="2">
1243-
@warning{Windows only!}
12441243
Remap the requested resolution and FPS to another display mode.<br>
1245-
Depending on the `dd_resolution_option` and `dd_refresh_rate_option` values, the following mapping
1244+
Depending on the [dd_resolution_option](#dd_resolution_option) and
1245+
[dd_refresh_rate_option](#dd_refresh_rate_option) values, the following mapping
12461246
groups are available:
12471247
<ul>
12481248
<li>`mixed` - both options are set to `automatic`.</li>
1249-
<li>`resolution_only` - only `dd_resolution_option` is set to `automatic`.</li>
1250-
<li>`refresh_rate_only` - only `dd_refresh_rate_option` is set to `automatic`.</li>
1249+
<li>
1250+
`resolution_only` - only [dd_resolution_option](#dd_resolution_option) is set to `automatic`.
1251+
</li>
1252+
<li>
1253+
`refresh_rate_only` - only [dd_refresh_rate_option](#dd_refresh_rate_option) is set to `automatic`.
1254+
</li>
12511255
</ul>
12521256
For each of those groups, a list of fields can be configured to perform remapping:
12531257
<ul>
1254-
<li>`requested_resolution` - resolution that needs to be matched in order to use this remapping entry.</li>
1258+
<li>
1259+
`requested_resolution` - resolution that needs to be matched in order to use this remapping entry.
1260+
</li>
12551261
<li>`requested_fps` - FPS that needs to be matched in order to use this remapping entry.</li>
12561262
<li>`final_resolution` - resolution value to be used if the entry was matched.</li>
12571263
<li>`final_refresh_rate` - refresh rate value to be used if the entry was matched.</li>
@@ -1265,6 +1271,7 @@ editing the `conf` file in a text editor. Use the examples as reference.
12651271
@note{First entry to be matched in the list is the one that will be used.}
12661272
@tip{`requested_resolution` and `final_resolution` can be omitted for `refresh_rate_only` group.}
12671273
@tip{`requested_fps` and `final_refresh_rate` can be omitted for `resolution_only` group.}
1274+
@note{Applies to Windows only.}
12681275
</td>
12691276
</tr>
12701277
<tr>

0 commit comments

Comments
 (0)