Skip to content

Instantly share code, notes, and snippets.

@gauravjuvekar
Created April 18, 2023 08:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gauravjuvekar/3ccf3f96c0236233f5485927d0b29b9a to your computer and use it in GitHub Desktop.
Save gauravjuvekar/3ccf3f96c0236233f5485927d0b29b9a to your computer and use it in GitHub Desktop.
{
"section1": {
"type": "section",
"description": "Behavior"
},
"show-all-workspaces": {
"type": "switch",
"default": false,
"description": "Show windows from all workspaces",
"value": false
},
"enable-alerts": {
"type": "switch",
"default": true,
"description": "Show an alert in the window list when a window from another workspace requires attention",
"value": true
},
"enable-scrolling": {
"type": "switch",
"default": false,
"description": "Enable mouse-wheel scrolling in the window list",
"value": true
},
"reverse-scrolling": {
"type": "switch",
"default": false,
"description": "Reverse the direction of mouse-wheel scrolling in the window list",
"dependency": "enable-scrolling",
"value": true
},
"left-click-minimize": {
"type": "switch",
"default": true,
"description": "Left click to minimize window",
"value": true
},
"middle-click-close": {
"type": "switch",
"default": true,
"description": "Middle click to close window",
"value": true
},
"section2": {
"type": "section",
"description": "Display"
},
"panel-show-label": {
"type": "switch",
"default": true,
"description": "Show window names in the panel",
"value": true
},
"button-width": {
"type": "spinbutton",
"default": 150,
"min": 0,
"max": 1000,
"step": 5,
"units": "pixels",
"description": "Window button width in the panel",
"dependency": "panel-show-label",
"value": 150
},
"buttons-use-entire-space": {
"type": "switch",
"default": false,
"description": "Window buttons can have different sizes and use the entire space available",
"dependency": "panel-show-label",
"value": false
},
"window-preview": {
"type": "switch",
"default": true,
"description": "Show window thumbnails on hover",
"value": true
},
"window-preview-show-label": {
"type": "switch",
"default": true,
"description": "Show title above thumbnail",
"dependency": "window-preview",
"value": true
},
"window-preview-scale": {
"type": "radiogroup",
"default": 1,
"description": "Thumbnail size",
"options": {
"Small": 0.75,
"Medium": 1,
"Large": 1.25,
"Largest": 1.5
},
"dependency": "window-preview",
"value": 1
},
"last-window-order": {
"type": "generic",
"default": "",
"value": "75505745::75497482::71303175::71304098"
},
"__md5__": "b35ffa9a47e7de8ef0c209cfa6a0e860"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment