1

Modules/Hyprland: Disable rofi transparency xray

This commit is contained in:
2025-07-19 22:37:46 +02:00
parent 02e1b6fe8a
commit a5796aed9a

View File

@ -538,7 +538,8 @@ in {
# we have to blur them explicitly
layerrule = [
"blur,rofi"
"ignorealpha 0.001,rofi"
"ignorealpha 0.001,rofi" # Fix pixelated corners
"xray 0,rofi" # Render on top of other windows
"dimaround,rofi"
"blur,waybar"