The omarchy-menu extension currently exposes a single command (index), so there's no way to deep-link into specific submenus (Capture, Toggle, Share, Theme, etc.).
Use case: On Omarchy/Hyprland, default keybindings map specific combos to submenu shortcuts (SUPER CTRL, C → Capture, SUPER CTRL, O → Toggle, etc.). When replacing Walker with Vicinae, you can only open the root menu — not jump directly into a submenu.
Proposed solution: Expose additional commands in package.json for key submenus (capture, toggle, share, theme, background, screenrecord, system), enabling deeplinks like:
- vicinae vicinae://extensions/codingcodax/omarchy-menu/capture
- vicinae vicinae://extensions/codingcodax/omarchy-menu/toggle
This would enable a fully Walker-free Omarchy setup.