diff --git a/config/walker/config.toml b/config/walker/config.toml index 55549733..85a86a12 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 84cd1675..9ddc5d4d 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