From 82ea4a75aef5c6535e2aecfacc1ded33d71a2aba Mon Sep 17 00:00:00 2001 From: Pedro Rey Anca Date: Sun, 21 Jul 2024 13:43:28 +0200 Subject: [PATCH] Disable xray --- modules/home/hyprland/config.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home/hyprland/config.nix b/modules/home/hyprland/config.nix index 4ecd1fc..cd7f3d8 100644 --- a/modules/home/hyprland/config.nix +++ b/modules/home/hyprland/config.nix @@ -82,7 +82,7 @@ ignore_opacity = true; noise = 0; new_optimizations = true; - xray = true; + xray = false; }; drop_shadow = true;