diff --git a/config/walker/config.toml b/config/walker/config.toml index 5f9e1237..9bd2b05e 100644 --- a/config/walker/config.toml +++ b/config/walker/config.toml @@ -10,12 +10,15 @@ hide_action_hints = true # gl [keybinds] quick_activate = [] +[columns] +symbols = 1 # providers to be queried by default + [providers] max_results = 256 # 256 should be enough for everyone default = [ "desktopapplications", "websearch", -] # providers to be queried by default +] [[providers.prefixes]] prefix = "/" diff --git a/migrations/1764332115.sh b/migrations/1764332115.sh new file mode 100644 index 00000000..f9df037d --- /dev/null +++ b/migrations/1764332115.sh @@ -0,0 +1,3 @@ +echo "Ensure emoji menu (Super + Ctrl + E) uses single column design" + +omarchy-refresh-walker