Menu System
Bare Super opens one picker rather than a full application list, with real icons resolved through fuzzel's own icon protocol.
Pressing Super on its own opens a fuzzel picker:
| Entry | What it opens |
|---|---|
| System | Audio, network, and Bluetooth. Also reachable directly via Super+A, Super+N, Super+Shift+B, and from waybar's own status module. |
| Sobarch | Update Config / Review Conflicts (see Updating Your Config), Install (see Software Profiles), Themes (see Theming), Wallpaper (see Wallpaper), and Refresh Rescue ISO (see Rescue Media). |
| Keybinds | A read-only cheat sheet of every bind; see Keybindings. |
| Power | Lock, Logout, Suspend, Reboot, Shutdown; see the table below. |
| Apps | The regular application list, one level in. |
Power
| Action | Command |
|---|---|
| Lock | hyprlock |
| Logout | hyprctl dispatch 'hl.dsp.exit()' |
| Suspend | systemctl suspend |
| Reboot | systemctl reboot |
| Shutdown | systemctl poweroff |
Each row's icon is a real icon, not a font glyph: fuzzel's dmenu mode resolves icon names/paths the same way Rofi does, falling back to a generic icon for anything the configured icon theme doesn't cover.