From 7e7b37095f80efd544ae25162ea4a14b7338d6c0 Mon Sep 17 00:00:00 2001 From: Andrej Benz Date: Mon, 13 Oct 2025 05:28:01 +0200 Subject: [PATCH] fix: broken walker keybinding --- config/walker/config.toml | 8 ++++++-- default/hypr/bindings/utilities.conf | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/config/walker/config.toml b/config/walker/config.toml index 5554973..85a86a1 100644 --- a/config/walker/config.toml +++ b/config/walker/config.toml @@ -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" }, diff --git a/default/hypr/bindings/utilities.conf b/default/hypr/bindings/utilities.conf index 84cd167..9ddc5d4 100644 --- a/default/hypr/bindings/utilities.conf +++ b/default/hypr/bindings/utilities.conf @@ -1,7 +1,7 @@ # Menus bindd = SUPER, SPACE, Launch apps, exec, omarchy-launch-walker bindd = SUPER CTRL, E, Emoji picker, exec, omarchy-launch-walker -m symbols -bindd = SUPER CTRL, V, Emoji picker, exec, omarchy-launch-walker -m clipboard +bindd = SUPER CTRL, V, Clipboard, exec, omarchy-launch-walker -m clipboard bindd = SUPER ALT, SPACE, Omarchy menu, exec, omarchy-menu bindd = SUPER, ESCAPE, Power menu, exec, omarchy-menu system bindld = , XF86PowerOff, Power menu, exec, omarchy-menu system