-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
30 lines (30 loc) · 764 Bytes
/
Copy pathconfig.json
File metadata and controls
30 lines (30 loc) · 764 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"theme": "Mint",
"hotkey": "ctrl+windows+z",
"hotkey_add": "ctrl+windows+a",
"show_path_subtext": true,
"autostart": true,
"show_on_launch": false,
"hide_on_blur": true,
"max_results": 9,
"enable_calculator": true,
"enable_websearch": true,
"enable_screenshot": true,
"hotkey_screenshot": "ctrl+windows+s",
"screenshot_copy": true,
"enable_runcmd": true,
"hotkey_runcmd": "ctrl+windows+r",
"cmd_autocorrect": true,
"cmd_shell": "",
"web_search_url": "https://www.google.com/search?q={q}",
"active_group": "All",
"lock_enabled": false,
"lock_hash": "",
"lock_salt": "",
"master_hash": "",
"master_salt": "",
"profiles": [],
"secret": {},
"clear_on_hide": true,
"max_recent": 6
}