fix: broken walker keybinding

This commit is contained in:
Andrej Benz
2025-10-13 05:28:01 +02:00
parent 01a1e43b25
commit 7e7b37095f
2 changed files with 7 additions and 3 deletions

View File

@@ -32,6 +32,10 @@ default = [
"websearch",
] # providers to be queried by default
empty = ["desktopapplications"] # providers to be queried when query is empty
max_results = 50 # global max results
[providers.sets] # define your own defaults/empty sets of providers
[providers.max_results_provider] # define max results per provider in here
[[providers.prefixes]]
prefix = "/"
@@ -57,7 +61,7 @@ provider = "websearch"
prefix = "$"
provider = "clipboard"
[providers.actions]
[providers.actions] # This will be MERGED/OVEWRITTEN with what the user specifies
dmenu = [{ action = "select", default = true, bind = "Return" }]
providerlist = [
@@ -92,7 +96,7 @@ websearch = [
desktopapplications = [
{ action = "start", default = true, bind = "Return" },
{ action = "start", label = "open+next", bind = "shift Return", after = "KeepOpen" },
{ action = "start:keep", label = "open+next", bind = "shift Return", after = "KeepOpen" },
{ action = "erase_history", label = "clear hist", bind = "ctrl h", after = "AsyncReload" },
{ action = "pin", bind = "ctrl p", after = "AsyncReload" },
{ action = "unpin", bind = "ctrl p", after = "AsyncReload" },