add configuration files
This commit is contained in:
@@ -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"
|
||||
}
|
||||
Reference in New Issue
Block a user