hyprwm / Hyprland

Hyprland is an independent, highly customizable, dynamic tiling Wayland compositor that doesn't sacrifice on its looks.
https://hyprland.org
BSD 3-Clause "New" or "Revised" License
19.22k stars 801 forks source link

xray layerrule not working without blur #6774

Open kazemaksOG opened 1 month ago

kazemaksOG commented 1 month ago

Description

Hi!

I was tinkering around with rofi, and I wanted it to x-ray through all the apps and show the desktop background as its own background. Reason for this is because loading images in rofi takes noticeable time.

I found that there is xray layerrule, but turning it on or off does not affect anything, unless blur is also turned on. Is it somehow possible to enable xray without blur?

Reading the documentation, it seems that this is expected behavior, so I am wondering if there is a simple way around it, or it has to be implemented as a standalone feature.

My other apps do use blur without xray, so i would like to keep that config intact.

vaxerski commented 1 month ago
blur {
 passes=1
 size = 0
}

?

kazemaksOG commented 1 month ago

@vaxerski As I said in the main post, I do like blur on my other apps so wouldn't want to compromise that. Unless there is a way to apply this specific blur config to just a single app?

vaxerski commented 1 month ago

ah, no, you can't.