Peek
Fades floating Hyprland windows to minimal opacity and disables them so you can see and interact with the content underneath.


Install
omarchy plugin add https://github.com/brianblakely/peek.git --enable --yes
Shortcuts
o.bind("SUPER + GRAVE", "Toggle floating window peek", "omarchy-shell b.peek toggle")
o.bind("SUPER + ALT + GRAVE", "Enable floating window peek", "omarchy-shell b.peek enable")
o.bind("SUPER + CTRL + GRAVE", "Disable floating window peek", "omarchy-shell b.peek disable")
Update
omarchy plugin update b.peek
Uninstall
omarchy plugin remove b.peek