diff options
author | zachir <zachir@librem.one> | 2025-07-30 14:14:07 -0500 |
---|---|---|
committer | zachir <zachir@librem.one> | 2025-07-30 14:14:07 -0500 |
commit | c286a3b80f201d7b749fab43ed19055c66925311 (patch) | |
tree | a7af195cf694c48ab624c107011a207632f2f3e9 | |
parent | 3f0bd64725a974578cd2f6894ea08f18c9f72be0 (diff) |
Turn on xray like upstream
-rw-r--r-- | hypr/hyprland.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index 8312a68..8d8e7fd 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -124,7 +124,7 @@ decoration { size = 3 passes = 1 new_optimizations = true - xray = false + xray = true } #}}} #{{{ Shadow options |