diff options
author | ZachIR <zachir@librem.one> | 2025-07-30 04:03:32 -0500 |
---|---|---|
committer | ZachIR <zachir@librem.one> | 2025-07-30 04:03:32 -0500 |
commit | b748b6bb6cf35fc8ed8ee546765b017dfefd7c1c (patch) | |
tree | 73d892337a63a6e0e7078db6aad00860e37e57be | |
parent | 5dd6e29077d22eab9a78425a1a9e34a22adaf19c (diff) |
Disable blur on car to save power
-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 3445bac..d869272 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -118,7 +118,7 @@ decoration { rounding = 10 #{{{ Blur options blur { - enabled = true + enabled = false size = 3 passes = 1 new_optimizations = true |