From b656ea06253bc1e5da10611dd2d203307928fd69 Mon Sep 17 00:00:00 2001 From: Ryan Hughes <1630358+ryanrhughes@users.noreply.github.com> Date: Mon, 21 Jul 2025 21:21:55 -0400 Subject: [PATCH] Prevent messing with the list (#276) --- config/walker/config.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/walker/config.toml b/config/walker/config.toml index 4aaaab0..86f6c6d 100644 --- a/config/walker/config.toml +++ b/config/walker/config.toml @@ -70,9 +70,9 @@ hidden = true weight = 5 name = "applications" placeholder = " Search..." -prioritize_new = true +prioritize_new = false hide_actions_with_empty_query = true -context_aware = true +context_aware = false refresh = true show_sub_when_single = false show_icon_when_single = true