diff options
author | Thomas Voss <mail@thomasvoss.com> | 2023-08-21 07:09:13 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2023-08-21 07:09:13 +0200 |
commit | 60d0dc0f00d46929fece20b3d2e65ea630c18253 (patch) | |
tree | 05e63b7b010d98beff6f39a04157e974f3f9ec53 /.config/hypr/hyprland.conf | |
parent | 8eb89b28cbd16b67bfec8e4e3fbf22db35e2ce59 (diff) |
Hyprland: Enable blur
Diffstat (limited to '.config/hypr/hyprland.conf')
-rw-r--r-- | .config/hypr/hyprland.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index 5e86199..f722e84 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -32,7 +32,8 @@ general { decoration { blur { - enabled = no + enabled = yes + size = 1 } dim_inactive = yes |