Doc: fix some bugs

This commit is contained in:
李通洲 2023-11-20 14:27:03 +08:00
parent 98c7c7ed4f
commit 6c492882a3
No known key found for this signature in database
GPG Key ID: 269AD4F5325A22A3
3 changed files with 3 additions and 5 deletions

View File

@ -1033,7 +1033,7 @@
"preciseRefreshRate": {
"description": "Set if decimal refresh rates should not be rounded into integers when printing",
"type": "boolean",
"default": true
"default": false
},
"key": {
"$ref": "#/$defs/key"
@ -1059,7 +1059,7 @@
},
"folders": {
"type": "string",
"description": "A colon (semicolon on Windows) separated list of folder paths for the disk output\nDefault: \"/:/home\" (\"C:\\\\;D:\\\\ ...\" on Windows)"
"description": "A colon (semicolon on Windows) separated list of folder paths for the disk output\nDefault: auto detection using mount-points"
},
"showExternal": {
"type": "boolean",

View File

@ -140,7 +140,6 @@ Module specific options:
--bluetooth-show-disconnected <?bool>: Set if disconnected bluetooth devices should be printed. Default is false
--packages-winget <?bool>: Set if winget package count should be detected. Default is false
--display-compact-type <str>: Set if all displays should be printed in one line. Must be one of "none", "original" and "scaled". Default is none
--display-detect-name <?bool>: Set if display name should be detected and printed (if supported). Default is false
--display-precise-refresh-rate <?bool>: Set if decimal refresh rates should not be rounded into integers when printing. Default is true
--brightness-ddcci-sleep <num>: Set the sleep times (in ms) when sending DDC/CI requests. See <https://www.ddcutil.com/performance_options/#option-sleep-multiplier> for detail. Default is 10
--sound-type <str>: Set what type of sound devices should be printed. Should be either main, active or all. Default is main

View File

@ -5,5 +5,4 @@ If the file is relative it looks in the following order:
- relative to the current working directory
- relative to ~/.local/share/fastfetch/presets/
- relative to /usr/share/fastfetch/presets/
Fastfetch provides some default presets. List them with --print-available-presets.
Note that this will only print presets fastfetch knows about and not every possible one.
Fastfetch provides some default presets. List them with "fastfetch --list-presets".