Omahub
← All plugins
B

Peek

by Brian Blakely

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

Install
$ omarchy plugin add https://github.com/brianblakely/peek --enable
Desktop #Hyprland

Peek

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

Peek disabled

Peek enabled

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