mirror of
https://github.com/fastfetch-cli/fastfetch.git
synced 2026-09-12 10:22:12 +02:00
Doc: fix documentation of --ds-force-drm
This commit is contained in:
@@ -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",
|
||||
|
||||
+1
-1
@@ -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`"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user