"description":"Global hotkey for cycling through thumbnail menus",
"value":""
},
"show-apps-order-hotkey":{
"type":"keybinding",
"default":"<Super>grave",
"description":"Global hotkey to show the order of apps",
"value":"<Super>grave"
},
"show-apps-order-timeout":{
"type":"spinbutton",
"default":2500,
"min":100,
"max":10000,
"step":10,
"units":"milliseconds",
"description":"Duration of the apps order display on hotkey press",
"value":2500
},
"super-num-hotkeys":{
"type":"checkbox",
"default":true,
"description":"Enable Super+<number> shortcut to switch/open apps",
"value":true
},
"title-display":{
"type":"combobox",
"default":1,
"description":"Button label",
"options":{
"None":1,
"Application name":2,
"Window title":3,
"Window title (only for the focused window)":4
},
"value":1
},
"launcher-animation-effect":{
"type":"combobox",
"default":3,
"description":"Launcher animation",
"options":{
"None":1,
"Fade":2,
"Scale":3
},
"value":3
},
"number-display":{
"type":"checkbox",
"default":true,
"description":"Show window count numbers",
"value":true
},
"enable-app-button-dragging":{
"type":"checkbox",
"default":true,
"description":"Enable app button dragging",
"value":true
},
"thumbnail-scroll-behavior":{
"type":"checkbox",
"default":false,
"description":"Cycle windows on mouse wheel scroll",
"value":false
},
"show-thumbnails":{
"type":"checkbox",
"default":true,
"description":"Show thumbnails",
"value":true
},
"animate-thumbnails":{
"type":"checkbox",
"default":false,
"description":"Animate thumbnails",
"value":false
},
"vertical-thumbnails":{
"type":"checkbox",
"default":false,
"description":"Enable vertical thumbnails",
"value":false
},
"sort-thumbnails":{
"type":"checkbox",
"default":false,
"description":"Sort thumbnails according to the last focused windows",
"value":false
},
"highlight-last-focused-thumbnail":{
"type":"checkbox",
"default":true,
"description":"Highlight the thumbnail of the last focused window",
"value":true
},
"onclick-thumbnails":{
"type":"checkbox",
"default":false,
"description":"Click to show thumbnails",
"value":false
},
"thumbnail-timeout":{
"dependency":"!onclick-thumbnails",
"type":"combobox",
"default":250,
"description":"Delay before showing thumbnails",
"options":{
"50 ms":50,
"250 ms":250,
"500 ms":500
},
"value":250
},
"thumbnail-size":{
"type":"combobox",
"default":6,
"description":"Thumbnail size",
"options":{
"Small":3,
"Medium":6,
"Large":9,
"Largest":12
},
"value":6
},
"enable-hover-peek":{
"type":"checkbox",
"default":true,
"description":"Show the window when hovering its thumbnail",
"value":true
},
"hover-peek-time-in":{
"dependency":"enable-hover-peek",
"type":"combobox",
"default":300,
"description":"Window fade-in time",
"options":{
"150 ms":150,
"300 ms":300,
"450 ms":450
},
"value":300
},
"hover-peek-time-out":{
"dependency":"enable-hover-peek",
"type":"combobox",
"default":0,
"description":"Window fade-out time",
"options":{
"None":0,
"150 ms":150,
"300 ms":300,
"450 ms":450
},
"value":0
},
"hover-peek-opacity":{
"dependency":"enable-hover-peek",
"type":"spinbutton",
"default":100,
"min":0,
"max":100,
"step":1,
"units":"percent",
"description":"Window opacity",
"value":100
},
"show-recent":{
"type":"checkbox",
"default":true,
"description":"Show recent items",
"value":true
},
"autostart-menu-item":{
"type":"checkbox",
"default":false,
"description":"Show autostart option",
"value":false
},
"monitor-move-all-windows":{
"type":"checkbox",
"default":true,
"description":"Apply the monitor move option to all windows",
"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.",