Fix emoji picker would use a 3-column design and that it would bleed into other menus

Closes #3604
This commit is contained in:
David Heinemeier Hansson
2025-11-28 13:41:05 +01:00
parent 30a5f5846c
commit e15b2ae78c
2 changed files with 7 additions and 1 deletions

View File

@@ -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 = "/"

3
migrations/1764332115.sh Normal file
View File

@@ -0,0 +1,3 @@
echo "Ensure emoji menu (Super + Ctrl + E) uses single column design"
omarchy-refresh-walker