Skip to content

Instantly share code, notes, and snippets.

@artembeloglazov
Last active November 13, 2015 15:42
Show Gist options
  • Save artembeloglazov/923f3a5ce4f1b5b3afff to your computer and use it in GitHub Desktop.
Save artembeloglazov/923f3a5ce4f1b5b3afff to your computer and use it in GitHub Desktop.
wox config
{
"DontPromptUpdateMsg": false,
"Hotkey": "Ctrl + Space",
"Theme": "Dark",
"QueryBoxFont": "Microsoft Sans Serif",
"QueryBoxFontStyle": null,
"QueryBoxFontWeight": null,
"QueryBoxFontStretch": null,
"ResultItemFont": "Microsoft Sans Serif",
"ResultItemFontStyle": null,
"ResultItemFontWeight": null,
"ResultItemFontStretch": null,
"ReplaceWinR": true,
"WebSearches": [
{
"Title": "Google",
"ActionWord": "g",
"IconPath": "C:\\Program Files\\Wox-1.1.1\\Images\\websearch\\google.png",
"Url": "https://www.google.com/search?q={q}",
"Enabled": true
},
{
"Title": "Wikipedia",
"ActionWord": "wiki",
"IconPath": "C:\\Program Files\\Wox-1.1.1\\Images\\websearch\\wiki.png",
"Url": "http://en.wikipedia.org/wiki/{q}",
"Enabled": true
},
{
"Title": "FindIcon",
"ActionWord": "findicon",
"IconPath": "C:\\Program Files\\Wox-1.1.1\\Images\\websearch\\pictures.png",
"Url": "http://findicons.com/search/{q}",
"Enabled": true
},
{
"Title": "google lucky",
"ActionWord": "gl",
"IconPath": "",
"Url": "http://www.google.com/search?q={q}&btnI",
"Enabled": true
},
{
"Title": "composer",
"ActionWord": "c",
"IconPath": "",
"Url": "https://packagist.org/search/?q={q}",
"Enabled": true
},
{
"Title": "gist",
"ActionWord": "gist",
"IconPath": "",
"Url": "https://gist.github.com/search?utf8=%E2%9C%93&q={q}+user%3Aartembeloglazov&ref=simplesearch",
"Enabled": true
},
{
"Title": "erd paxport",
"ActionWord": "erd ",
"IconPath": "",
"Url": "https://www.lucidchart.com/documents/view/4ec21103-b4bc-4faa-b592-897efdd393d2",
"Enabled": true
}
],
"WindowLeft": 560.0,
"WindowTop": 202.8,
"ProgramSources": [],
"FolderLinks": [],
"CustomizedPluginConfigs": [],
"CustomPluginHotkeys": null,
"StartWoxOnSystemStartup": true,
"Opacity": 1.0,
"ProgramSuffixes": "lnk;exe;appref-ms;bat",
"OpacityMode": 0,
"EnableWebSearchSuggestion": false,
"WebSearchSuggestionSource": "Google",
"LeaveCmdOpen": false,
"HideWhenDeactive": false,
"ProxyServer": null,
"ProxyEnabled": false,
"ProxyPort": 0,
"ProxyUserName": null,
"ProxyPassword": null
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment