From be4a9ed6ddf4a8e02c8a46335d8a46f359e1781d Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sat, 18 Jul 2026 21:33:10 -0700 Subject: [PATCH] Move Tmux keybindings to menu end --- bin/omarchy-menu-keybindings | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bin/omarchy-menu-keybindings b/bin/omarchy-menu-keybindings index 80e42442..fbd95f51 100755 --- a/bin/omarchy-menu-keybindings +++ b/bin/omarchy-menu-keybindings @@ -411,6 +411,7 @@ prioritize_entries() { if (match(line, /Reveal active/)) prio = 97 if (match(line, /Apple Display/)) prio = 98 if (match(line, /XF86/)) prio = 99 + if (match(line, /Show Tmux key ?bindings/)) prio = 100 # print "priorityrecord" printf "%d\t%s\n", prio, $0 @@ -434,7 +435,7 @@ output_binding_records_uncached() { keybindings_cache_key() { { - printf 'v4\n' + printf 'v5\n' hyprctl -j devices 2>/dev/null | jq -r '.keyboards[].active_keymap' 2>/dev/null hyprctl -j binds 2>/dev/null } | sha256sum | awk '{ print $1 }'