From e4ce48ad4870a4039f22d6468c72d73055cb41b5 Mon Sep 17 00:00:00 2001 From: Cian Hughes Date: Fri, 6 Feb 2026 11:14:22 +0000 Subject: [PATCH] More walker updates --- dot_config/walker/config.toml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/dot_config/walker/config.toml b/dot_config/walker/config.toml index 9a7c46f..99d723f 100644 --- a/dot_config/walker/config.toml +++ b/dot_config/walker/config.toml @@ -1,4 +1,6 @@ theme = "tokyo-night" +hide_action_hints = true +hide_action_hints_dmenu = true [window] width = 450 @@ -14,10 +16,6 @@ list = "No Results" [columns] symbols = 1 -[search] -history = true -frecency = true - [providers] max_results = 256 default = ["desktopapplications", "websearch"]