Merge pull request #168 from ChristianWSmith/main

decoration:blur section
This commit is contained in:
Piotr Miller 2023-08-13 13:06:27 +02:00 committed by GitHub
commit c3cfe8cb74
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,10 +35,12 @@ env = XCURSOR_SIZE,24
decoration {
# See https://wiki.hyprland.org/Configuring/Variables/ for more
rounding = 5
blur = true
blur_size = 3
blur_passes = 1
blur_new_optimizations = true
blur {
enabled = true
size = 3
passes = 1
new_optimizations = true
}
drop_shadow = true
shadow_range = 4
@ -167,4 +169,4 @@ bind = $mainMod, mouse_up, workspace, e-1
# MOVE/RESIZE WINDOWS with mainMod + LMB/RMB and dragging
bindm = $mainMod, mouse:272, movewindow
bindm = $mainMod, mouse:273, resizewindow
bindm = $mainMod, mouse:273, resizewindow