From 5fddfb64d9cdd644bdfc4a7c1d12c4f24c4c85dc Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Sun, 17 May 2026 09:12:12 -0700 Subject: [PATCH] Show windows beneath rofi blur --- dotfiles/config/hypr/hyprland/settings.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dotfiles/config/hypr/hyprland/settings.lua b/dotfiles/config/hypr/hyprland/settings.lua index 13a46f72..dac04b5f 100644 --- a/dotfiles/config/hypr/hyprland/settings.lua +++ b/dotfiles/config/hypr/hyprland/settings.lua @@ -332,14 +332,14 @@ function M.setup(ctx) center = true, decorate = false, no_shadow = true, - xray = true, + xray = false, }) hl.layer_rule({ name = "rofi-glass-layer", match = { namespace = "^(rofi)$" }, blur = true, ignore_alpha = 0.05, - xray = true, + xray = false, }) hl.window_rule({ name = "file-chooser-dialogs",