dotfiles/.local/share/cinnamon/applets/commandLauncher@scollins/settings-schema.json

68 lines
1.5 KiB
JSON
Raw Normal View History

2023-08-14 12:11:14 +02:00
{
"apearance": {
"type": "header",
"description": "Appearance and behavior"
},
"panelIcon": {
"type": "iconfilechooser",
"description": "Panel Icon",
"default": "go-next",
"tooltip": "Supports both icon name and icon path.\nTo use a symbolic icon, include '-symbolic' (or '-symbolic.svg') at the end."
},
"tooltipText": {
"type": "entry",
"description": "Tooltip",
"default": ""
},
"keyLaunch": {
"type": "keybinding",
"description": "Keyboard shortcut",
"default": ""
},
"showNotifications": {
"type": "checkbox",
"description": "Show notifications on completion",
"default": false
},
"sep1": {
"type": "separator"
},
"commandTitle": {
"type": "header",
"description": "Command settings"
},
"command": {
"type": "entry",
"description": "Command",
"default": ""
},
"useRoot": {
"type": "checkbox",
"description": "Run as root",
"default": false
},
"useAltEnv": {
"type": "checkbox",
"description": "Run in alternate directory",
"default": false
},
"altEnv": {
"type": "filechooser",
"description": "Environment path",
"default": "/",
"select-dir": true,
"indent": true,
"dependency": "useAltEnv"
}
}