mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
Fix emoji picker would use a 3-column design and that it would bleed into other menus
Closes #3604
This commit is contained in:
@@ -10,12 +10,15 @@ hide_action_hints = true # gl
|
|||||||
[keybinds]
|
[keybinds]
|
||||||
quick_activate = []
|
quick_activate = []
|
||||||
|
|
||||||
|
[columns]
|
||||||
|
symbols = 1 # providers to be queried by default
|
||||||
|
|
||||||
[providers]
|
[providers]
|
||||||
max_results = 256 # 256 should be enough for everyone
|
max_results = 256 # 256 should be enough for everyone
|
||||||
default = [
|
default = [
|
||||||
"desktopapplications",
|
"desktopapplications",
|
||||||
"websearch",
|
"websearch",
|
||||||
] # providers to be queried by default
|
]
|
||||||
|
|
||||||
[[providers.prefixes]]
|
[[providers.prefixes]]
|
||||||
prefix = "/"
|
prefix = "/"
|
||||||
|
|||||||
3
migrations/1764332115.sh
Normal file
3
migrations/1764332115.sh
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
echo "Ensure emoji menu (Super + Ctrl + E) uses single column design"
|
||||||
|
|
||||||
|
omarchy-refresh-walker
|
||||||
Reference in New Issue
Block a user