1{
2 "animation-time" : {
3    "type" : "scale",
4    "default" : 0.25,
5    "min" : 0.1,
6    "max" : 0.4,
7    "step" : 0.01,
8    "description" : "Animation time:",
9    "tooltip" : "The time it takes to flip from one preview to the next"
10 },
11 "dim-factor" : {
12    "type" : "scale",
13    "default" : 0.4,
14    "min" : 0.0,
15    "max" : 1.0,
16    "step" : 0.05,
17    "description" : "Background dim factor:",
18    "tooltip" : "Dim from 0.0 (full dimming) to 1.0(no dimming)"
19 },
20 "offset" : {
21    "type": "spinbutton",
22    "default" : 0,
23    "min" : 0,
24    "max" : 1000,
25    "step" : 20,
26    "units" : "pixels",
27    "description" : "Vertical offset:",
28    "tooltip" : "Negative value moves everything down, positive up"
29 },
30 "title-position" : {
31    "type": "combobox",
32    "default" : "Bottom",
33    "description" : "Title position:",
34    "options" : {
35        "Bottom" : "Bottom",
36        "Top" : "Top"
37    },
38    "tooltip" : "Where to display the window title"
39 },
40 "icon-style" : {
41    "type": "combobox",
42    "default" : "Classic",
43    "description" : "Icon style:",
44    "options" : {
45        "Classic" : "Classic",
46        "Overlay" : "Overlay"
47    },
48    "tooltip" : "How the window icon is displayed"
49 },
50 "switcher-style" : {
51    "type": "combobox",
52    "default" : "Coverflow",
53    "description" : "Switcher style:",
54    "options" : {
55        "Coverflow" : "Coverflow",
56        "Timeline" : "Timeline"
57    },
58    "tooltip" : "How the window switcher arranges the preview"
59 },
60 "hide-panel": {
61    "type" : "checkbox",
62    "default" : true,
63    "description": "Hide Cinnamon panels",
64    "tooltip": "Check to hide the panels, uncheck to show the panels when the switcher is active"
65 },
66 "enforce-primary-monitor": {
67    "type" : "checkbox",
68    "default" : false,
69    "description": "Always show the switcher on the primary monitor",
70    "tooltip": "Show the switcher on the primary monitor instead of detecting the active monitor"
71 },
72 "elastic-mode": {
73    "type" : "checkbox",
74    "default" : false,
75    "description": "Elastic animations",
76    "tooltip": "Use elastic animation style when toggling switcher"
77 },
78 "current-workspace-only": {
79    "type" : "combobox",
80    "default" : "current",
81    "options" : {
82         "Current workspace only" : "current",
83         "All workspaces" : "all",
84         "All workspaces, current first" : "all-currentfirst"
85    },
86    "description": "Show windows from current or all workspaces",
87    "tooltip": "Whether to show windows from current workspace only or all workspaces"
88 }
89}
90