window-controls-applet/window-controls-applet@sapphirus.org/settings-schema.json

22 lines
751 B
JSON
Raw Normal View History

{ "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)"
}
2022-06-22 04:11:43 +00:00
}