From a5796aed9ae8daaf4fe303bf68ca64edcbf9db55 Mon Sep 17 00:00:00 2001 From: Christoph Urlacher Date: Sat, 19 Jul 2025 22:37:46 +0200 Subject: [PATCH] Modules/Hyprland: Disable rofi transparency xray --- home/modules/hyprland/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/home/modules/hyprland/default.nix b/home/modules/hyprland/default.nix index e0598972..1873c446 100644 --- a/home/modules/hyprland/default.nix +++ b/home/modules/hyprland/default.nix @@ -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"