Files
omarchy/migrations/1754215439.sh

6 lines
187 B
Bash
Raw Normal View History

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