mirror of
https://github.com/danbulant/dots-hyprland
synced 2026-05-24 12:22:09 +00:00
new search user options
This commit is contained in:
parent
7656113e59
commit
21bc206516
1 changed files with 6 additions and 0 deletions
|
|
@ -93,6 +93,12 @@ let configOptions = {
|
|||
|
||||
},
|
||||
'search': {
|
||||
'enableActions': true,
|
||||
'enableCommands': true,
|
||||
'enableMathResults': true,
|
||||
'enableDirectorySearch': true,
|
||||
'enableAiSearch': true,
|
||||
'enableWebSearch': true,
|
||||
'engineBaseUrl': "https://www.google.com/search?q=",
|
||||
'excludedSites': ["quora.com"],
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue