From e15b2ae78c9841b1e76dffb1667014eb249afcea Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Fri, 28 Nov 2025 13:41:05 +0100 Subject: [PATCH] Fix emoji picker would use a 3-column design and that it would bleed into other menus Closes #3604 --- config/walker/config.toml | 5 ++++- migrations/1764332115.sh | 3 +++ 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 migrations/1764332115.sh 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