From 6afbff2c2748bb45685b0e7cda973e0900017561 Mon Sep 17 00:00:00 2001 From: Ryan Hughes <1630358+ryanrhughes@users.noreply.github.com> Date: Sat, 26 Jul 2025 13:12:28 -0400 Subject: [PATCH] Add "=" as default walker prefix --- config/walker/config.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/config/walker/config.toml b/config/walker/config.toml index 86f6c6d..05a823e 100644 --- a/config/walker/config.toml +++ b/config/walker/config.toml @@ -139,6 +139,7 @@ name = "Calculator" icon = "accessories-calculator" placeholder = "Calculator" min_chars = 3 # Min chars to calculate. 3 allows "3+3" +prefix = "=" [builtins.windows] weight = 5