mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
@@ -1,4 +1,3 @@
|
|||||||
max_results = 256 # 256 should be enough for everyone
|
|
||||||
force_keyboard_focus = true # forces keyboard forcus to stay in Walker
|
force_keyboard_focus = true # forces keyboard forcus to stay in Walker
|
||||||
selection_wrap = true # wrap list if at bottom or top
|
selection_wrap = true # wrap list if at bottom or top
|
||||||
theme = "omarchy-default" # theme to use
|
theme = "omarchy-default" # theme to use
|
||||||
@@ -11,6 +10,7 @@ additional_theme_location = "~/.local/share/omarchy/default/walker/themes/"
|
|||||||
quick_activate = []
|
quick_activate = []
|
||||||
|
|
||||||
[providers]
|
[providers]
|
||||||
|
max_results = 256 # 256 should be enough for everyone
|
||||||
default = [
|
default = [
|
||||||
"desktopapplications",
|
"desktopapplications",
|
||||||
"menus",
|
"menus",
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
echo "Increase Walker limit on how many entries can be shown to 256"
|
echo "Increase Walker limit on how many entries can be shown to 256"
|
||||||
|
|
||||||
if ! grep -q "max_results" ~/.config/walker/config.toml; then
|
if ! grep -q "max_results" ~/.config/walker/config.toml; then
|
||||||
sed -i "1i max_results = 256 # 256 should be enough for everyone" ~/.config/walker/config.toml
|
sed -i '/^\[providers\]$/a max_results = 256' ~/.config/walker/config.toml
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user