Try with Start instead

This commit is contained in:
David Heinemeier Hansson 2025-08-04 20:18:49 +02:00
parent 6dca3e1717
commit eda03fcfe1
2 changed files with 2 additions and 2 deletions

View File

@ -112,7 +112,7 @@ show_system_menu() {
}
show_main_menu() {
case $(menu "Do" "󰀻 Apps\n󰧑 Learning\n Capture\n󰔎 Toggle\n Style\n Setup\n󰉉 Install\n Update\n System") in
case $(menu "Start" "󰀻 Apps\n󰧑 Learning\n Capture\n󰔎 Toggle\n Style\n Setup\n󰉉 Install\n Update\n System") in
*Apps*) walker -p "Launch…" ;;
*Learn*) show_learn_menu ;;
*Capture*) show_capture_menu ;;

View File

@ -1,5 +1,5 @@
# Menus
bindd = SUPER, SPACE, Launch apps, exec, walker -p "Launch…"
bindd = SUPER, SPACE, Launch apps, exec, walker -p "Start…"
bindd = SUPER ALT, SPACE, Run commands, exec, ~/.local/share/omarchy/bin/omarchy-menu
bindd = SUPER, ESCAPE, Power menu, exec, ~/.local/share/omarchy/bin/omarchy-menu system
bindd = SUPER, K, Show key bindings, exec, ~/.local/share/omarchy/bin/omarchy-menu-keybindings