Try with Start instead
This commit is contained in:
parent
6dca3e1717
commit
eda03fcfe1
@ -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 ;;
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user