21 lines
751 B
JSON
21 lines
751 B
JSON
{ "head" : {
|
|
"type" : "header",
|
|
"description" : "Window Controls Applet Configuration"
|
|
}, "button-layout": {
|
|
"type": "entry",
|
|
"description": "Button Layout (default: minimize:maximize:close)",
|
|
"default": "minimize:maximize:close"
|
|
}, "button-theme" : {
|
|
"type": "entry",
|
|
"default" : "default",
|
|
"description" : "Button Theme (Restart the Window Manager with Ctrl+Alt+Esc to apply changes. Only required to be set on first instance.)"
|
|
}, "only-maximized" : {
|
|
"type" : "checkbox",
|
|
"default" : false,
|
|
"description": "Show window controls only when an active window maximized"
|
|
}, "verbose-log": {
|
|
"type": "checkbox",
|
|
"default" : false,
|
|
"description": "Toggle logging visibility to all. (Only for debugging purposes)"
|
|
}
|
|
}
|