add configuration files

This commit is contained in:
unset
2025-03-09 16:00:20 +01:00
committed by Quinn
commit 0bff70d604
51 changed files with 6970 additions and 0 deletions

View File

@@ -0,0 +1,26 @@
{
"display-type": {
"type": "combobox",
"default": "visual",
"description": "Type of display",
"tooltip": "Note that the visual representation will only work if your panel is large enough to display it properly, otherwise the simple style will be used.",
"options": {
"A visual representation of the workspaces": "visual",
"Simple buttons": "buttons"
},
"value": "buttons"
},
"scroll-behavior": {
"type": "combobox",
"default": "normal",
"description": "Scroll wheel behavior",
"tooltip": "Reverse or disable the direction of the scroll in the workspace list.",
"options": {
"Normal": "normal",
"Reversed": "reversed",
"Disabled": "disabled"
},
"value": "normal"
},
"__md5__": "bde96d24c6efac81dcfe38017f39456d"
}