mirror of
https://github.com/basecamp/omarchy.git
synced 2025-08-03 23:29:23 +00:00
6 lines
187 B
Bash
6 lines
187 B
Bash
![]() |
echo "Update app launcher config to allow enough entries to show all keybindings on SUPER+K"
|
||
|
|
||
|
if ! grep "max_entries = 200" ~/.config/walker/config.toml; then
|
||
|
omarchy-refresh-walker
|
||
|
fi
|