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",
|
||||
"description": "The tearing mode of an output.\n\n- Example:\n\n ```toml\n tearing.mode = \"never\"\n ```\n",
|
||||
"enum": [
|
||||
"always",
|
||||
"never",
|
||||
"always",
|
||||
"variant1",
|
||||
"variant2",
|
||||
"variant3"
|
||||
|
|
@ -2105,8 +2105,8 @@
|
|||
"type": "string",
|
||||
"description": "The VRR mode of an output.\n\n- Example:\n\n ```toml\n vrr = { mode = \"always\", cursor-hz = 90 }\n ```\n",
|
||||
"enum": [
|
||||
"always",
|
||||
"never",
|
||||
"always",
|
||||
"variant1",
|
||||
"variant2",
|
||||
"variant3"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue