forked from Shinonome/dots-hyprland
change search feature user option (#587)
This commit is contained in:
@@ -93,12 +93,14 @@ let configOptions = {
|
||||
|
||||
},
|
||||
'search': {
|
||||
'enableActions': true,
|
||||
'enableCommands': true,
|
||||
'enableMathResults': true,
|
||||
'enableDirectorySearch': true,
|
||||
'enableAiSearch': true,
|
||||
'enableWebSearch': true,
|
||||
'enableFeatures': {
|
||||
'actions': true,
|
||||
'commands': true,
|
||||
'mathResults': true,
|
||||
'directorySearch': true,
|
||||
'aiSearch': true,
|
||||
'webSearch': true,
|
||||
},
|
||||
'engineBaseUrl': "https://www.google.com/search?q=",
|
||||
'excludedSites': ["quora.com"],
|
||||
},
|
||||
@@ -191,6 +193,10 @@ let configOptions = {
|
||||
'prevTab': "Ctrl+Page_Up",
|
||||
},
|
||||
'cheatsheet': {
|
||||
'keybinds': {
|
||||
'nextTab': "Page_Down",
|
||||
'prevTab': "Page_Up",
|
||||
},
|
||||
'nextTab': "Ctrl+Page_Down",
|
||||
'prevTab': "Ctrl+Page_Up",
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user