mirror of
https://github.com/fastfetch-cli/fastfetch.git
synced 2025-02-20 11:43:27 +08:00
Doc: fix documentation of --ds-force-drm
This commit is contained in:
parent
833727f333
commit
8048101eca
@ -256,7 +256,7 @@
|
||||
{
|
||||
"type": "bool",
|
||||
"const": false,
|
||||
"description": "Try `libdrm` first, then `sysfs` if libdrm failed"
|
||||
"description": "Try `wayland`, then `x11`, then `drm`"
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
@ -266,9 +266,10 @@
|
||||
{
|
||||
"type": "bool",
|
||||
"const": true,
|
||||
"description": "Don't force using DRM"
|
||||
"description": "Try `libdrm` first, then `sysfs` if libdrm failed"
|
||||
}
|
||||
]
|
||||
],
|
||||
"default": false
|
||||
},
|
||||
"wmiTimeout": {
|
||||
"type": "integer",
|
||||
|
@ -130,7 +130,7 @@
|
||||
"enum": {
|
||||
"true": "Try `libdrm` first, then `sysfs` if libdrm failed",
|
||||
"sysfs-only": "Use `/sys/class/drm` only",
|
||||
"false": "Don't force using DRM"
|
||||
"false": "Try `wayland`, then `x11`, then `drm`"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user