docs: fixes in VrrMode and TearingMode
This commit is contained in:
parent
561616df17
commit
b89fedbdb2
3 changed files with 10 additions and 10 deletions
|
|
@ -1926,8 +1926,8 @@
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The tearing mode of an output.\n\n- Example:\n\n ```toml\n tearing.mode = \"never\"\n ```\n",
|
"description": "The tearing mode of an output.\n\n- Example:\n\n ```toml\n tearing.mode = \"never\"\n ```\n",
|
||||||
"enum": [
|
"enum": [
|
||||||
"always",
|
|
||||||
"never",
|
"never",
|
||||||
|
"always",
|
||||||
"variant1",
|
"variant1",
|
||||||
"variant2",
|
"variant2",
|
||||||
"variant3"
|
"variant3"
|
||||||
|
|
@ -2105,8 +2105,8 @@
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The VRR mode of an output.\n\n- Example:\n\n ```toml\n vrr = { mode = \"always\", cursor-hz = 90 }\n ```\n",
|
"description": "The VRR mode of an output.\n\n- Example:\n\n ```toml\n vrr = { mode = \"always\", cursor-hz = 90 }\n ```\n",
|
||||||
"enum": [
|
"enum": [
|
||||||
"always",
|
|
||||||
"never",
|
"never",
|
||||||
|
"always",
|
||||||
"variant1",
|
"variant1",
|
||||||
"variant2",
|
"variant2",
|
||||||
"variant3"
|
"variant3"
|
||||||
|
|
|
||||||
|
|
@ -4440,11 +4440,11 @@ Values of this type should be strings.
|
||||||
|
|
||||||
The string should have one of the following values:
|
The string should have one of the following values:
|
||||||
|
|
||||||
- `always`:
|
- `never`:
|
||||||
|
|
||||||
Tearing is never enabled.
|
Tearing is never enabled.
|
||||||
|
|
||||||
- `never`:
|
- `always`:
|
||||||
|
|
||||||
Tearing is always enabled.
|
Tearing is always enabled.
|
||||||
|
|
||||||
|
|
@ -4799,11 +4799,11 @@ Values of this type should be strings.
|
||||||
|
|
||||||
The string should have one of the following values:
|
The string should have one of the following values:
|
||||||
|
|
||||||
- `always`:
|
- `never`:
|
||||||
|
|
||||||
VRR is never enabled.
|
VRR is never enabled.
|
||||||
|
|
||||||
- `never`:
|
- `always`:
|
||||||
|
|
||||||
VRR is always enabled.
|
VRR is always enabled.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -3179,9 +3179,9 @@ VrrMode:
|
||||||
```
|
```
|
||||||
kind: string
|
kind: string
|
||||||
values:
|
values:
|
||||||
- value: always
|
|
||||||
description: VRR is never enabled.
|
|
||||||
- value: never
|
- value: never
|
||||||
|
description: VRR is never enabled.
|
||||||
|
- value: always
|
||||||
description: VRR is always enabled.
|
description: VRR is always enabled.
|
||||||
- value: variant1
|
- value: variant1
|
||||||
description: VRR is enabled when one or more applications are displayed fullscreen.
|
description: VRR is enabled when one or more applications are displayed fullscreen.
|
||||||
|
|
@ -3242,9 +3242,9 @@ TearingMode:
|
||||||
```
|
```
|
||||||
kind: string
|
kind: string
|
||||||
values:
|
values:
|
||||||
- value: always
|
|
||||||
description: Tearing is never enabled.
|
|
||||||
- value: never
|
- value: never
|
||||||
|
description: Tearing is never enabled.
|
||||||
|
- value: always
|
||||||
description: Tearing is always enabled.
|
description: Tearing is always enabled.
|
||||||
- value: variant1
|
- value: variant1
|
||||||
description: Tearing is enabled when one or more applications are displayed fullscreen.
|
description: Tearing is enabled when one or more applications are displayed fullscreen.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue