aboutsummaryrefslogtreecommitdiff
path: root/cinnamon-setup/cinnamon-menu.json
diff options
context:
space:
mode:
Diffstat (limited to 'cinnamon-setup/cinnamon-menu.json')
-rwxr-xr-xcinnamon-setup/cinnamon-menu.json243
1 files changed, 243 insertions, 0 deletions
diff --git a/cinnamon-setup/cinnamon-menu.json b/cinnamon-setup/cinnamon-menu.json
new file mode 100755
index 0000000..600b823
--- /dev/null
+++ b/cinnamon-setup/cinnamon-menu.json
@@ -0,0 +1,243 @@
+{
+ "layout": {
+ "type": "layout",
+ "pages": [
+ "panel",
+ "menu"
+ ],
+ "panel": {
+ "type": "page",
+ "title": "Panel",
+ "sections": [
+ "panel-appear",
+ "panel-behave"
+ ]
+ },
+ "menu": {
+ "type": "page",
+ "title": "Menu",
+ "sections": [
+ "menu-layout",
+ "menu-behave"
+ ]
+ },
+ "panel-appear": {
+ "type": "section",
+ "title": "Appearance",
+ "keys": [
+ "menu-custom",
+ "menu-icon",
+ "menu-icon-size",
+ "menu-label"
+ ]
+ },
+ "panel-behave": {
+ "type": "section",
+ "title": "Behavior",
+ "keys": [
+ "overlay-key",
+ "activate-on-hover",
+ "hover-delay",
+ "enable-animation"
+ ]
+ },
+ "menu-layout": {
+ "type": "section",
+ "title": "Layout and content",
+ "keys": [
+ "show-category-icons",
+ "category-icon-size",
+ "show-application-icons",
+ "application-icon-size",
+ "favbox-show",
+ "fav-icon-size",
+ "favbox-min-height",
+ "show-places",
+ "show-recents",
+ "menu-editor-button"
+ ]
+ },
+ "menu-behave": {
+ "type": "section",
+ "title": "Behavior",
+ "keys": [
+ "enable-autoscroll",
+ "search-filesystem"
+ ]
+ }
+ },
+ "overlay-key": {
+ "type": "keybinding",
+ "description": "Keyboard shortcut to open and close the menu",
+ "default": "Super_L::Super_R",
+ "value": "Super_L::Super_R"
+ },
+ "menu-custom": {
+ "type": "switch",
+ "default": false,
+ "description": "Use a custom icon and label",
+ "tooltip": "Check this to specify a custom icon and label",
+ "value": true
+ },
+ "menu-icon": {
+ "type": "iconfilechooser",
+ "default": "cinnamon-symbolic",
+ "description": "Icon",
+ "tooltip": "Select an icon to show in the panel.",
+ "default_icon": "cinnamon-symbolic",
+ "dependency": "menu-custom",
+ "indent": true,
+ "value": "fedora-logo-icon"
+ },
+ "menu-icon-size": {
+ "type": "spinbutton",
+ "default": 32,
+ "min": 16,
+ "max": 96,
+ "step": 1,
+ "units": "px",
+ "description": "Icon size",
+ "dependency": "menu-custom",
+ "indent": true,
+ "value": 32
+ },
+ "menu-label": {
+ "type": "entry",
+ "default": "Menu",
+ "description": "Text",
+ "tooltip": "Enter custom text to show in the panel.",
+ "dependency": "menu-custom",
+ "indent": true,
+ "value": ""
+ },
+ "favbox-min-height": {
+ "type": "spinbutton",
+ "default": 300,
+ "min": 50,
+ "max": 1000,
+ "step": 10,
+ "units": "px",
+ "dependency": "favbox-show",
+ "description": "Minimum height of the favorites section",
+ "tooltip": "The minimum size allocated for the favorites section (this has an impact on the overall height of the menu).",
+ "value": 300
+ },
+ "show-category-icons": {
+ "type": "switch",
+ "default": true,
+ "description": "Show category icons",
+ "tooltip": "Choose whether or not to show icons on categories.",
+ "value": false
+ },
+ "category-icon-size": {
+ "type": "spinbutton",
+ "default": 22,
+ "min": 16,
+ "max": 48,
+ "step": 1,
+ "units": "px",
+ "description": "Categories icon size",
+ "dependency": "show-category-icons",
+ "indent": true,
+ "value": 22
+ },
+ "show-application-icons": {
+ "type": "switch",
+ "default": true,
+ "description": "Show application icons",
+ "tooltip": "Choose whether or not to show icons on applications.",
+ "value": true
+ },
+ "application-icon-size": {
+ "type": "spinbutton",
+ "default": 22,
+ "min": 16,
+ "max": 48,
+ "step": 1,
+ "units": "px",
+ "description": "Applications icon size",
+ "dependency": "show-application-icons",
+ "indent": true,
+ "value": 22
+ },
+ "favbox-show": {
+ "type": "switch",
+ "default": true,
+ "description": "Show favorites and session buttons",
+ "tooltip": "Choose whether or not to show the left pane of the menu.",
+ "value": false
+ },
+ "fav-icon-size": {
+ "type": "spinbutton",
+ "default": 32,
+ "min": 16,
+ "max": 64,
+ "step": 1,
+ "units": "px",
+ "description": "Favorites icon size",
+ "dependency": "favbox-show",
+ "indent": true,
+ "value": 32
+ },
+ "show-places": {
+ "type": "switch",
+ "default": true,
+ "description": "Show bookmarks and places",
+ "tooltip": "Choose whether or not to show bookmarks and places in the menu.",
+ "value": false
+ },
+ "show-recents": {
+ "type": "switch",
+ "default": true,
+ "description": "Show recents",
+ "tooltip": "Choose whether or not to show recents in the menu.",
+ "value": false
+ },
+ "enable-autoscroll": {
+ "type": "switch",
+ "default": true,
+ "description": "Enable autoscrolling in application list",
+ "tooltip": "Choose whether or not to enable smooth autoscrolling in the application list.",
+ "value": true
+ },
+ "search-filesystem": {
+ "type": "switch",
+ "default": false,
+ "description": "Enable filesystem path entry in search box",
+ "tooltip": "Allows path entry in the menu search box.",
+ "value": false
+ },
+ "activate-on-hover": {
+ "type": "switch",
+ "default": false,
+ "description": "Open the menu when I move my mouse over it",
+ "tooltip": "Enable opening the menu when the mouse enters the applet",
+ "value": false
+ },
+ "hover-delay": {
+ "type": "spinbutton",
+ "default": 0,
+ "min": 0,
+ "max": 1000,
+ "step": 50,
+ "units": "milliseconds",
+ "dependency": "activate-on-hover",
+ "description": "Menu hover delay",
+ "tooltip": "Delay before the menu opens when hovered",
+ "value": 0
+ },
+ "enable-animation": {
+ "type": "switch",
+ "default": false,
+ "description": "Use menu animations",
+ "tooltip": "Allow the menu to animate on open and close",
+ "value": false
+ },
+ "menu-editor-button": {
+ "type": "button",
+ "description": "Open the menu editor",
+ "callback": "_launch_editor",
+ "tooltip": "Press this button to customize your menu entries."
+ },
+ "__md5__": "9fef899d7c11697066b5f3c4d8479daf"
+}