10 lines
384 B
Text
10 lines
384 B
Text
# breadclip — add these to your hyprland.conf
|
|
#
|
|
# Blur: blurs what's behind the transparent window, giving the frosted-glass look.
|
|
# ignorezero: skips blurring fully-transparent pixels (outside the panel) for
|
|
# a cleaner result.
|
|
layerrule = blur, breadclip
|
|
layerrule = ignorezero, breadclip
|
|
|
|
# Keybind: Super+V opens the clipboard history popup.
|
|
bind = $mainMod, V, exec, breadclip
|