From 4c650e53debb95d8f99332a58c07dc6e09d819c9 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sun, 3 Aug 2025 12:05:33 +0200 Subject: [PATCH] Migration to refresh walker to show all keybindings --- migrations/1754215439.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 migrations/1754215439.sh 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