config: workspace display order
This commit is contained in:
parent
40328d7c4a
commit
e570152dde
17 changed files with 237 additions and 11 deletions
|
|
@ -991,6 +991,10 @@
|
|||
"description": "",
|
||||
"$ref": "#/$defs/InputMode"
|
||||
}
|
||||
},
|
||||
"workspace-display-order": {
|
||||
"description": "Configures the order of workspaces displayed.\n\nThe default is `manual`.\n\n- Example:\n\n ```toml\n workspace-display-order = \"sorted\"\n ```\n",
|
||||
"$ref": "#/$defs/WorkspaceDisplayOrder"
|
||||
}
|
||||
},
|
||||
"required": []
|
||||
|
|
@ -2179,6 +2183,14 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"WorkspaceDisplayOrder": {
|
||||
"type": "string",
|
||||
"description": "The order of workspaces displayed.\n",
|
||||
"enum": [
|
||||
"manual",
|
||||
"sorted"
|
||||
]
|
||||
},
|
||||
"XScalingMode": {
|
||||
"type": "string",
|
||||
"description": "The scaling mode of X windows.\n\n- Example:\n\n ```toml\n xwayland = { scaling-mode = \"downscaled\" }\n ```\n",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue