diff --git a/migrations/1754215439.sh b/migrations/1754215439.sh new file mode 100644 index 0000000..90651bb --- /dev/null +++ b/migrations/1754215439.sh @@ -0,0 +1,5 @@ +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