|
| 1 | +{ |
| 2 | + "layout": { |
| 3 | + "type": "layout", |
| 4 | + "pages": [ |
| 5 | + "generalPage", |
| 6 | + "panelPage", |
| 7 | + "thumbnailsPage", |
| 8 | + "contextMenuPage" |
| 9 | + ], |
| 10 | + "generalPage": { |
| 11 | + "type": "page", |
| 12 | + "title": "General", |
| 13 | + "sections": [ |
| 14 | + "generalSection", |
| 15 | + "hotKeysSection" |
| 16 | + ] |
| 17 | + }, |
| 18 | + "panelPage": { |
| 19 | + "type": "page", |
| 20 | + "title": "Panel", |
| 21 | + "sections": [ |
| 22 | + "appButtonsSection" |
| 23 | + ] |
| 24 | + }, |
| 25 | + "thumbnailsPage": { |
| 26 | + "type": "page", |
| 27 | + "title": "Thumbnails", |
| 28 | + "sections": [ |
| 29 | + "thumbnailsSection", |
| 30 | + "hoverPeekSection" |
| 31 | + ] |
| 32 | + }, |
| 33 | + "contextMenuPage": { |
| 34 | + "type": "page", |
| 35 | + "title": "Context Menu", |
| 36 | + "sections": [ |
| 37 | + "contextMenuSection" |
| 38 | + ] |
| 39 | + }, |
| 40 | + "generalSection": { |
| 41 | + "type": "section", |
| 42 | + "title": "Behavior", |
| 43 | + "keys": [ |
| 44 | + "group-apps", |
| 45 | + "scroll-behavior", |
| 46 | + "left-click-action", |
| 47 | + "middle-click-action", |
| 48 | + "show-all-workspaces" |
| 49 | + ] |
| 50 | + }, |
| 51 | + "appButtonsSection": { |
| 52 | + "type": "section", |
| 53 | + "title": "Application Buttons", |
| 54 | + "keys": [ |
| 55 | + "title-display", |
| 56 | + "launcher-animation-effect", |
| 57 | + "number-display", |
| 58 | + "pinned-apps", |
| 59 | + "enable-app-button-dragging" |
| 60 | + ] |
| 61 | + }, |
| 62 | + "hotKeysSection": { |
| 63 | + "type": "section", |
| 64 | + "title": "Hot Keys", |
| 65 | + "keys": [ |
| 66 | + "cycleMenusHotkey", |
| 67 | + "show-apps-order-hotkey", |
| 68 | + "show-apps-order-timeout", |
| 69 | + "super-num-hotkeys" |
| 70 | + ] |
| 71 | + }, |
| 72 | + "thumbnailsSection": { |
| 73 | + "type": "section", |
| 74 | + "title": "Thumbnails", |
| 75 | + "keys": [ |
| 76 | + "thumbnail-scroll-behavior", |
| 77 | + "show-thumbnails", |
| 78 | + "animate-thumbnails", |
| 79 | + "vertical-thumbnails", |
| 80 | + "sort-thumbnails", |
| 81 | + "highlight-last-focused-thumbnail", |
| 82 | + "onclick-thumbnails", |
| 83 | + "thumbnail-timeout", |
| 84 | + "thumbnail-size" |
| 85 | + ] |
| 86 | + }, |
| 87 | + "hoverPeekSection": { |
| 88 | + "type": "section", |
| 89 | + "title": "Hover Peek", |
| 90 | + "keys": [ |
| 91 | + "enable-hover-peek", |
| 92 | + "hover-peek-time-in", |
| 93 | + "hover-peek-time-out", |
| 94 | + "hover-peek-opacity" |
| 95 | + ] |
| 96 | + }, |
| 97 | + "contextMenuSection": { |
| 98 | + "type": "section", |
| 99 | + "title": "", |
| 100 | + "keys": [ |
| 101 | + "show-recent", |
| 102 | + "autostart-menu-item", |
| 103 | + "launch-new-instance-menu-item", |
| 104 | + "monitor-move-all-windows" |
| 105 | + ] |
| 106 | + } |
| 107 | + }, |
| 108 | + "number-display": { |
| 109 | + "type": "checkbox", |
| 110 | + "default": true, |
| 111 | + "description": "Show window count numbers", |
| 112 | + "value": true |
| 113 | + }, |
| 114 | + "title-display": { |
| 115 | + "type": "combobox", |
| 116 | + "default": 1, |
| 117 | + "description": "Button label", |
| 118 | + "options": { |
| 119 | + "None": 1, |
| 120 | + "Application name": 2, |
| 121 | + "Window title": 3, |
| 122 | + "Window title (only for the focused window)": 4 |
| 123 | + }, |
| 124 | + "value": 1 |
| 125 | + }, |
| 126 | + "scroll-behavior": { |
| 127 | + "type": "combobox", |
| 128 | + "default": 1, |
| 129 | + "description": "Mouse wheel scroll action", |
| 130 | + "options": { |
| 131 | + "None": 1, |
| 132 | + "Cycle apps": 2, |
| 133 | + "Cycle windows": 3 |
| 134 | + }, |
| 135 | + "value": 1 |
| 136 | + }, |
| 137 | + "left-click-action": { |
| 138 | + "type": "combobox", |
| 139 | + "default": 2, |
| 140 | + "description": "Left click action", |
| 141 | + "options": { |
| 142 | + "None": 1, |
| 143 | + "Toggle activation of last focused window": 2, |
| 144 | + "Cycle windows": 3 |
| 145 | + }, |
| 146 | + "value": 2 |
| 147 | + }, |
| 148 | + "middle-click-action": { |
| 149 | + "type": "combobox", |
| 150 | + "default": 3, |
| 151 | + "description": "Middle click action", |
| 152 | + "options": { |
| 153 | + "None": 1, |
| 154 | + "Launch new app instance": 2, |
| 155 | + "Close last focused window in group": 3 |
| 156 | + }, |
| 157 | + "value": 3 |
| 158 | + }, |
| 159 | + "pinned-apps": { |
| 160 | + "type": "generic", |
| 161 | + "default": [ |
| 162 | + "firefox.desktop", |
| 163 | + "nemo.desktop", |
| 164 | + "org.gnome.Terminal.desktop", |
| 165 | + "thunderbird.desktop", |
| 166 | + "gnome-system-monitor.desktop", |
| 167 | + "cinnamon-settings.desktop" |
| 168 | + ], |
| 169 | + "value": [ |
| 170 | + "firefox.desktop", |
| 171 | + "nemo.desktop", |
| 172 | + "org.gnome.Terminal.desktop", |
| 173 | + "thunderbird.desktop", |
| 174 | + "gnome-system-monitor.desktop", |
| 175 | + "cinnamon-settings.desktop" |
| 176 | + ] |
| 177 | + }, |
| 178 | + "group-apps": { |
| 179 | + "type": "checkbox", |
| 180 | + "default": true, |
| 181 | + "description": "Group windows by application", |
| 182 | + "value": true |
| 183 | + }, |
| 184 | + "show-all-workspaces": { |
| 185 | + "type": "checkbox", |
| 186 | + "default": false, |
| 187 | + "description": "Show windows from all workspaces", |
| 188 | + "value": false |
| 189 | + }, |
| 190 | + "enable-app-button-dragging": { |
| 191 | + "type": "checkbox", |
| 192 | + "default": true, |
| 193 | + "description": "Enable app button dragging", |
| 194 | + "value": true |
| 195 | + }, |
| 196 | + "launcher-animation-effect": { |
| 197 | + "type": "combobox", |
| 198 | + "default": 3, |
| 199 | + "description": "Launcher animation", |
| 200 | + "options": { |
| 201 | + "None": 1, |
| 202 | + "Fade": 2, |
| 203 | + "Scale": 3 |
| 204 | + }, |
| 205 | + "value": 3 |
| 206 | + }, |
| 207 | + "cycleMenusHotkey": { |
| 208 | + "type": "keybinding", |
| 209 | + "default": "<Super>space", |
| 210 | + "description": "Global hotkey for cycling through thumbnail menus", |
| 211 | + "value": "<Super>space" |
| 212 | + }, |
| 213 | + "show-apps-order-hotkey": { |
| 214 | + "type": "keybinding", |
| 215 | + "default": "<Super>grave", |
| 216 | + "description": "Global hotkey to show the order of apps", |
| 217 | + "value": "<Super>grave" |
| 218 | + }, |
| 219 | + "show-apps-order-timeout": { |
| 220 | + "type": "spinbutton", |
| 221 | + "default": 2500, |
| 222 | + "min": 100, |
| 223 | + "max": 10000, |
| 224 | + "step": 10, |
| 225 | + "units": "milliseconds", |
| 226 | + "description": "Duration of the apps order display on hotkey press", |
| 227 | + "value": 2500 |
| 228 | + }, |
| 229 | + "super-num-hotkeys": { |
| 230 | + "type": "checkbox", |
| 231 | + "default": true, |
| 232 | + "description": "Enable Super+<number> shortcut to switch/open apps", |
| 233 | + "value": true |
| 234 | + }, |
| 235 | + "thumbnail-timeout": { |
| 236 | + "dependency": "!onclick-thumbnails", |
| 237 | + "type": "combobox", |
| 238 | + "default": 250, |
| 239 | + "description": "Delay before showing thumbnails", |
| 240 | + "options": { |
| 241 | + "50 ms": 50, |
| 242 | + "250 ms": 250, |
| 243 | + "500 ms": 500 |
| 244 | + }, |
| 245 | + "value": 250 |
| 246 | + }, |
| 247 | + "thumbnail-size": { |
| 248 | + "type": "combobox", |
| 249 | + "default": 6, |
| 250 | + "description": "Thumbnail size", |
| 251 | + "options": { |
| 252 | + "Small": 3, |
| 253 | + "Medium": 6, |
| 254 | + "Large": 9, |
| 255 | + "Largest": 12 |
| 256 | + }, |
| 257 | + "value": 6 |
| 258 | + }, |
| 259 | + "thumbnail-scroll-behavior": { |
| 260 | + "type": "checkbox", |
| 261 | + "default": false, |
| 262 | + "description": "Cycle windows on mouse wheel scroll", |
| 263 | + "value": false |
| 264 | + }, |
| 265 | + "show-thumbnails": { |
| 266 | + "type": "checkbox", |
| 267 | + "default": true, |
| 268 | + "description": "Show thumbnails", |
| 269 | + "value": true |
| 270 | + }, |
| 271 | + "animate-thumbnails": { |
| 272 | + "type": "checkbox", |
| 273 | + "default": false, |
| 274 | + "description": "Animate thumbnails", |
| 275 | + "value": false |
| 276 | + }, |
| 277 | + "vertical-thumbnails": { |
| 278 | + "type": "checkbox", |
| 279 | + "default": false, |
| 280 | + "description": "Enable vertical thumbnails", |
| 281 | + "value": false |
| 282 | + }, |
| 283 | + "sort-thumbnails": { |
| 284 | + "type": "checkbox", |
| 285 | + "default": false, |
| 286 | + "description": "Sort thumbnails according to the last focused windows", |
| 287 | + "value": false |
| 288 | + }, |
| 289 | + "highlight-last-focused-thumbnail": { |
| 290 | + "type": "checkbox", |
| 291 | + "default": true, |
| 292 | + "description": "Highlight the thumbnail of the last focused window", |
| 293 | + "value": true |
| 294 | + }, |
| 295 | + "onclick-thumbnails": { |
| 296 | + "type": "checkbox", |
| 297 | + "default": false, |
| 298 | + "description": "Click to show thumbnails", |
| 299 | + "value": false |
| 300 | + }, |
| 301 | + "show-recent": { |
| 302 | + "type": "checkbox", |
| 303 | + "default": true, |
| 304 | + "description": "Show recent items", |
| 305 | + "value": true |
| 306 | + }, |
| 307 | + "autostart-menu-item": { |
| 308 | + "type": "checkbox", |
| 309 | + "default": false, |
| 310 | + "description": "Show autostart option", |
| 311 | + "value": false |
| 312 | + }, |
| 313 | + "launch-new-instance-menu-item": { |
| 314 | + "type": "checkbox", |
| 315 | + "default": true, |
| 316 | + "description": "Show new window option", |
| 317 | + "tooltip": "Shows the \"New Window\" option in an app's context menu if it doesn't already have one from the app's own action menu items.", |
| 318 | + "value": true |
| 319 | + }, |
| 320 | + "monitor-move-all-windows": { |
| 321 | + "type": "checkbox", |
| 322 | + "default": true, |
| 323 | + "description": "Apply the monitor move option to all windows", |
| 324 | + "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.", |
| 325 | + "value": true |
| 326 | + }, |
| 327 | + "enable-hover-peek": { |
| 328 | + "type": "checkbox", |
| 329 | + "default": true, |
| 330 | + "description": "Show the window when hovering its thumbnail", |
| 331 | + "value": true |
| 332 | + }, |
| 333 | + "hover-peek-time-in": { |
| 334 | + "dependency": "enable-hover-peek", |
| 335 | + "type": "combobox", |
| 336 | + "default": 300, |
| 337 | + "description": "Window fade-in time", |
| 338 | + "options": { |
| 339 | + "150 ms": 150, |
| 340 | + "300 ms": 300, |
| 341 | + "450 ms": 450 |
| 342 | + }, |
| 343 | + "value": 300 |
| 344 | + }, |
| 345 | + "hover-peek-time-out": { |
| 346 | + "dependency": "enable-hover-peek", |
| 347 | + "type": "combobox", |
| 348 | + "default": 0, |
| 349 | + "description": "Window fade-out time", |
| 350 | + "options": { |
| 351 | + "None": 0, |
| 352 | + "150 ms": 150, |
| 353 | + "300 ms": 300, |
| 354 | + "450 ms": 450 |
| 355 | + }, |
| 356 | + "value": 0 |
| 357 | + }, |
| 358 | + "hover-peek-opacity": { |
| 359 | + "dependency": "enable-hover-peek", |
| 360 | + "type": "spinbutton", |
| 361 | + "default": 100, |
| 362 | + "min": 0, |
| 363 | + "max": 100, |
| 364 | + "step": 1, |
| 365 | + "units": "percent", |
| 366 | + "description": "Window opacity", |
| 367 | + "value": 100 |
| 368 | + }, |
| 369 | + "__md5__": "a8bd266f01474817e50162d841192d67" |
| 370 | +} |
0 commit comments