Advertisement
Fabian42

~/.cinnamon/configs/IcingTaskManager@json/101.json

Aug 11th, 2018
207
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 13.50 KB | None | 0 0
  1. {
  2.     "ITM": {
  3.         "type": "header",
  4.         "description": "ITM Settings"
  5.     },
  6.     "seperator0": {
  7.         "type": "separator"
  8.     },
  9.     "WindowList": {
  10.         "type": "header",
  11.         "description": "Window List Settings"
  12.     },
  13.     "seperator1": {
  14.         "type": "separator"
  15.     },
  16.     "number-display": {
  17.         "type": "combobox",
  18.         "default": 1,
  19.         "description": "Number display",
  20.         "options": {
  21.             "Smart": 1,
  22.             "Normal": 2,
  23.             "None": 3,
  24.             "All": 4
  25.         },
  26.         "tooltip": "normal: display window number, smart: display window number if more than one window, none: don't display number, all: display window number for favorites too",
  27.         "value": 1
  28.     },
  29.     "title-display": {
  30.         "type": "combobox",
  31.         "default": 1,
  32.         "description": "Title display",
  33.         "options": {
  34.             "None": 1,
  35.             "App": 2,
  36.             "Title": 3,
  37.             "Focused": 4
  38.         },
  39.         "tooltip": "focused: show focused window title, title: display the window title, app: diplay app name, none: don't display anything",
  40.         "value": 3
  41.     },
  42.     "pinned-apps": {
  43.         "type": "generic",
  44.         "default": [],
  45.         "value": [
  46.             "google-chrome.desktop",
  47.             "qalculate-gtk.desktop",
  48.             "notepadqq.desktop",
  49.             "org.gnome.Terminal.desktop",
  50.             "telegramdesktop.desktop",
  51.             "synaptic.desktop",
  52.             "display-im6.q16.desktop",
  53.             "com.teamviewer.TeamViewer.desktop",
  54.             "obs.desktop",
  55.             "vlc.desktop",
  56.             "jetbrains-idea-ce.desktop",
  57.             "org.kde.kdenlive.desktop",
  58.             "cinnamon-settings-startup.desktop",
  59.             "cinnamon-menu-editor.desktop",
  60.             "Minecraft.desktop",
  61.             "dolphin-emu.desktop"
  62.         ]
  63.     },
  64.     "group-apps": {
  65.         "type": "checkbox",
  66.         "default": true,
  67.         "description": "Group apps",
  68.         "tooltip": "Group each app's set of windows.",
  69.         "value": false
  70.     },
  71.     "show-alerts": {
  72.         "type": "checkbox",
  73.         "default": true,
  74.         "description": "Show app alerts and notifications",
  75.         "tooltip": "If enabled, notifications and alerts will appear.",
  76.         "value": true
  77.     },
  78.     "show-pinned": {
  79.         "type": "checkbox",
  80.         "default": true,
  81.         "description": "Show pinned apps",
  82.         "tooltip": "Controls whether or not the pinned apps appear in the panel if they are not open.",
  83.         "value": true
  84.     },
  85.     "arrange-pinnedApps": {
  86.         "type": "checkbox",
  87.         "default": true,
  88.         "description": "Arrange pinned apps",
  89.         "tooltip": "Arrange pinned apps into a different order.",
  90.         "value": true
  91.     },
  92.     "pinOnDrag": {
  93.         "type": "checkbox",
  94.         "default": true,
  95.         "description": "Pin apps when dragged to a new position",
  96.         "tooltip": "Pin apps when dragged to a new position",
  97.         "value": false
  98.     },
  99.     "middle-click-action": {
  100.         "type": "checkbox",
  101.         "default": true,
  102.         "description": "Middle clicking app buttons creates new app instances",
  103.         "tooltip": "Determines the behavior of middle mouse button clicks on app buttons. Setting this to false will close the last focused window from the app group on middle click.",
  104.         "value": false
  105.     },
  106.     "cycleMenusHotkey": {
  107.         "type": "keybinding",
  108.         "default": "<Super>space",
  109.         "description": "Global hotkey for cycling through thumbnail menus",
  110.         "tooltip": "This allows you to cycle through the menus without activating a window.",
  111.         "value": "::"
  112.     },
  113.     "show-apps-order-hotkey": {
  114.         "type": "keybinding",
  115.         "default": "<Super>grave",
  116.         "description": "Global hotkey to show the order of apps",
  117.         "tooltip": "When triggered, the window count label will be replaced with its order in the app list temporarily.",
  118.         "value": "::"
  119.     },
  120.     "show-apps-order-timeout": {
  121.         "type": "spinbutton",
  122.         "default": 2500,
  123.         "min": 100,
  124.         "max": 10000,
  125.         "step": 10,
  126.         "units": "milliseconds",
  127.         "description": "Duration of the apps order display on hotkey press",
  128.         "tooltip": "Determines the duration the window count labels are replaced with the app's order number.",
  129.         "value": 1000
  130.     },
  131.     "Thumbnails": {
  132.         "type": "header",
  133.         "description": "Thumbnail Settings"
  134.     },
  135.     "seperator4": {
  136.         "type": "separator"
  137.     },
  138.     "thumbnail-timeout": {
  139.         "type": "spinbutton",
  140.         "default": 50,
  141.         "min": 0,
  142.         "max": 5000,
  143.         "step": 5,
  144.         "units": "milliseconds",
  145.         "description": "Thumbnail timeout",
  146.         "tooltip": "Controls how quickly an app's set of window thumbnails will fade out when the mouse leaves the app button.",
  147.         "value": 500
  148.     },
  149.     "thumbnail-size": {
  150.         "type": "spinbutton",
  151.         "default": 6,
  152.         "min": 0,
  153.         "max": 100,
  154.         "step": 1,
  155.         "units": "size",
  156.         "description": "Thumbnail size",
  157.         "tooltip": "Controls the size of the thumbnails.",
  158.         "value": 100
  159.     },
  160.     "show-thumbnails": {
  161.         "type": "checkbox",
  162.         "default": true,
  163.         "description": "Show thumbnails",
  164.         "tooltip": "Show window thumbnails when hovering over an app button.",
  165.         "value": true
  166.     },
  167.     "animate-thumbnails": {
  168.         "type": "checkbox",
  169.         "default": false,
  170.         "description": "Animate thumbnails",
  171.         "tooltip": "If enabled, thumbnails will animate when appearing and disappearing.",
  172.         "value": true
  173.     },
  174.     "vertical-thumbnails": {
  175.         "type": "checkbox",
  176.         "default": false,
  177.         "description": "Enable vertical thumbnails",
  178.         "tooltip": "If enabled, thumbnails will stack vertically.",
  179.         "value": false
  180.     },
  181.     "sort-thumbnails": {
  182.         "type": "checkbox",
  183.         "default": false,
  184.         "description": "Sort windows for each app by last focused",
  185.         "tooltip": "Controls whether the order windows appear for an app is by last focused, or the order they were opened.",
  186.         "value": false
  187.     },
  188.     "onclick-thumbnails": {
  189.         "type": "checkbox",
  190.         "default": false,
  191.         "description": "Open thumbnails on click",
  192.         "tooltip": "Open the thumbnails on click if there is more than one window open.",
  193.         "value": false
  194.     },
  195.     "include-all-windows": {
  196.         "type": "checkbox",
  197.         "default": false,
  198.         "description": "Include all app windows",
  199.         "tooltip": "Controls whether or not thumbnails for smalller child windows, such as exit confirmations and file dialogues will be included in the thumbnail list.",
  200.         "value": false
  201.     },
  202.     "AppMenu": {
  203.         "type": "header",
  204.         "description": "Context Menu Settings"
  205.     },
  206.     "seperator5": {
  207.         "type": "separator"
  208.     },
  209.     "show-recent": {
  210.         "type": "checkbox",
  211.         "default": true,
  212.         "description": "Show recent items",
  213.         "tooltip": "Controls whether recent items will appear in the context menu.",
  214.         "value": true
  215.     },
  216.     "menuItemType": {
  217.         "type": "combobox",
  218.         "default": 1,
  219.         "description": "Menu item type",
  220.         "options": {
  221.             "Symbolic icons": 1,
  222.             "Non-symbolic icons": 2,
  223.             "No icons": 3
  224.         },
  225.         "tooltip": "Determines whether menu item icons are symbolic, non-symbolic, or not shown.",
  226.         "value": 1
  227.     },
  228.     "firefox-menu": {
  229.         "type": "combobox",
  230.         "default": 1,
  231.         "description": "Firefox context menu",
  232.         "options": {
  233.             "Most Visited": 1,
  234.             "Recent History": 2,
  235.             "Bookmarks": 3
  236.         },
  237.         "tooltip": "Most Visited: show the sites you visit most, Recent History: display the the last pages you visited, Bookmarks: show your favorite bookmarks.",
  238.         "value": 3
  239.     },
  240.     "autostart-menu-item": {
  241.         "type": "checkbox",
  242.         "default": true,
  243.         "description": "Show autostart option",
  244.         "tooltip": "Shows the autostart toggle option in an app's context menu.",
  245.         "value": true
  246.     },
  247.     "monitor-move-all-windows": {
  248.         "type": "checkbox",
  249.         "default": true,
  250.         "description": "Apply the monitor move option to all windows",
  251.         "tooltip": "When clicking \"Move to monitor\" in the context menu, this option will move all of an app's windows instead of just the last focused window from the app.",
  252.         "value": false
  253.     },
  254.     "HoverPeek": {
  255.         "type": "header",
  256.         "description": "Hover Peek Settings"
  257.     },
  258.     "seperator3": {
  259.         "type": "separator"
  260.     },
  261.     "enable-hover-peek": {
  262.         "type": "checkbox",
  263.         "default": false,
  264.         "description": "Show windows when hovered over",
  265.         "tooltip": "Controls whether or not windows display when hovered over.",
  266.         "value": false
  267.     },
  268.     "hover-peek-time": {
  269.         "type": "spinbutton",
  270.         "default": 150,
  271.         "min": 0,
  272.         "max": 1000,
  273.         "step": 5,
  274.         "units": "milliseconds",
  275.         "description": "Window fade time",
  276.         "tooltip": "Controls how quickly a window will fade on hover.",
  277.         "value": 1000
  278.     },
  279.     "hover-peek-opacity": {
  280.         "type": "spinbutton",
  281.         "default": 10,
  282.         "min": 0,
  283.         "max": 100,
  284.         "step": 2,
  285.         "units": "percent",
  286.         "description": "Window opacity",
  287.         "tooltip": "Opacity of the windows on hover.",
  288.         "value": 0
  289.     },
  290.     "ThemeSettings": {
  291.         "type": "header",
  292.         "description": "Theme Settings"
  293.     },
  294.     "seperator2": {
  295.         "type": "separator"
  296.     },
  297.     "show-active": {
  298.         "type": "checkbox",
  299.         "default": false,
  300.         "description": "Show active app indicators",
  301.         "tooltip": "Active app styling will indicate if an app is active.",
  302.         "value": false
  303.     },
  304.     "icon-spacing": {
  305.         "type": "spinbutton",
  306.         "default": 7,
  307.         "min": 0,
  308.         "max": 15,
  309.         "step": 1,
  310.         "units": "px",
  311.         "description": "Icon spacing",
  312.         "tooltip": "Controls how much space is between the icons.",
  313.         "value": 0
  314.     },
  315.     "icon-padding": {
  316.         "type": "spinbutton",
  317.         "default": 0,
  318.         "min": 0,
  319.         "max": 15,
  320.         "step": 1,
  321.         "units": "px",
  322.         "description": "Icon padding",
  323.         "tooltip": "Controls how much horizontal padding is inside the app buttons. Padding is only applied to instances of this applet on horizontal panels.",
  324.         "value": 0
  325.     },
  326.     "themePadding": {
  327.         "type": "checkbox",
  328.         "default": true,
  329.         "description": "Use theme padding to center button icons",
  330.         "tooltip": "If button icons look off-centered, toggling this may help.",
  331.         "value": true
  332.     },
  333.     "enable-iconSize": {
  334.         "type": "checkbox",
  335.         "default": false,
  336.         "description": "Adjust icon size",
  337.         "tooltip": "Adjust icon size independent of Cinnamon's panel scaling.",
  338.         "value": false
  339.     },
  340.     "icon-size": {
  341.         "type": "spinbutton",
  342.         "default": 16,
  343.         "min": 0,
  344.         "max": 150,
  345.         "step": 1,
  346.         "units": "px",
  347.         "description": "Icon size",
  348.         "tooltip": "Set icon size",
  349.         "value": 16
  350.     },
  351.     "hoverPseudoClass": {
  352.         "type": "combobox",
  353.         "default": 1,
  354.         "description": "App button hover pseudo class",
  355.         "options": {
  356.             "hover": 1,
  357.             "focus": 2,
  358.             "active": 3,
  359.             "outlined": 4,
  360.             "selected": 5
  361.         },
  362.         "tooltip": "Overrides the pseudo class for app buttons on hover.",
  363.         "value": 1
  364.     },
  365.     "focusPseudoClass": {
  366.         "type": "combobox",
  367.         "default": 2,
  368.         "description": "App button focus pseudo class",
  369.         "options": {
  370.             "hover": 1,
  371.             "focus": 2,
  372.             "active": 3,
  373.             "outlined": 4,
  374.             "selected": 5
  375.         },
  376.         "tooltip": "Overrides the pseudo class for app button on focus.",
  377.         "value": 2
  378.     },
  379.     "activePseudoClass": {
  380.         "type": "combobox",
  381.         "default": 3,
  382.         "description": "App button active pseudo class",
  383.         "options": {
  384.             "hover": 1,
  385.             "focus": 2,
  386.             "active": 3,
  387.             "outlined": 4,
  388.             "selected": 5
  389.         },
  390.         "tooltip": "Overrides the pseudo class for app buttons when they are active.",
  391.         "value": 3
  392.     },
  393.     "panelLauncherClass": {
  394.         "type": "checkbox",
  395.         "default": false,
  396.         "description": "Use the panel launcher class for pinned apps",
  397.         "tooltip": "Enabling this helps with certain themes.",
  398.         "value": false
  399.     },
  400.     "close-button-style": {
  401.         "type": "checkbox",
  402.         "default": false,
  403.         "description": "Allow themes to control the thumbnail close button",
  404.         "tooltip": "Controls whether or not the theme controls the window thumbnail's close button.",
  405.         "value": false
  406.     },
  407.     "useSystemTooltips": {
  408.         "type": "checkbox",
  409.         "default": false,
  410.         "description": "Use system tooltips for closed apps",
  411.         "tooltip": "Controls whether or not system tooltips are in use when hovering over closed pinned apps.",
  412.         "value": false
  413.     },
  414.     "__md5__": "3b30d0e38ab06fccc666b9886a10a392"
  415. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement