Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions bin/omarchy-menu
Original file line number Diff line number Diff line change
Expand Up @@ -448,6 +448,8 @@ show_main_menu() {
go_to_menu "$(menu "Go" "󰀻 Apps\n󰧑 Learn\n󱓞 Trigger\n Style\n Setup\n󰉉 Install\n󰭌 Remove\n Update\n About\n System")"
}

# note: some entries (e.g. 'Share', 'Power') are available through submenus but not in the top level show_main_menu()
# but they should stay in this list so that you can call omarchy-menu <submenu>, e.g. in your hyprland keybinds.
go_to_menu() {
case "${1,,}" in
*apps*) walker -p "Launch…" ;;
Expand Down