feat: update hypr conf to latest commit changes
This commit is contained in:
parent
ed8af4d397
commit
0a9473c071
2 changed files with 8 additions and 5 deletions
|
@ -93,10 +93,12 @@ decoration {
|
|||
# See https://wiki.hyprland.org/Configuring/Variables/ for more
|
||||
|
||||
rounding = 20
|
||||
blur = yes
|
||||
blur_size = 3
|
||||
blur_passes = 1
|
||||
blur_new_optimizations = on
|
||||
|
||||
blur {
|
||||
enabled = true
|
||||
size = 3
|
||||
passes = 1
|
||||
}
|
||||
|
||||
drop_shadow = false
|
||||
#shadow_range = 4
|
||||
|
|
|
@ -2,7 +2,8 @@ diff --git a/data/meson.build b/data/meson.build
|
|||
index 1ceaa11..68decdf 100644
|
||||
--- a/data/meson.build
|
||||
+++ b/data/meson.build
|
||||
@@ -42,11 +42,7 @@ configure_file(
|
||||
@@ -42,11 +42,7 @@
|
||||
configure_file(
|
||||
|
||||
# Systemd service unit
|
||||
systemd = dependency('systemd', required: false)
|
||||
|
|
Loading…
Reference in a new issue