From 795bfdd969b201c2ec3e1e297dc98df7ba7e51fa Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Fri, 24 Oct 2025 06:30:47 -0700 Subject: [PATCH] Include all workspace movements together --- bin/omarchy-menu-keybindings | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/omarchy-menu-keybindings b/bin/omarchy-menu-keybindings index b22dddfb..225e528e 100755 --- a/bin/omarchy-menu-keybindings +++ b/bin/omarchy-menu-keybindings @@ -180,7 +180,7 @@ prioritize_entries() { if (match(line, /Color picker/)) prio = 14 if (match(line, /Screenshot/)) prio = 15 if (match(line, /Screenrecording/)) prio = 16 - if (match(line, /Switch to workspace/)) prio = 17 + if (match(line, /(Switch|Next|Former|Previous).*workspace/)) prio = 17 if (match(line, /Move window to workspace/)) prio = 18 if (match(line, /Swap window/)) prio = 19 if (match(line, /Move window focus/)) prio = 20