WIP: update to 23.11
This commit is contained in:
parent
330d7c2338
commit
e381ec8672
1 changed files with 11 additions and 4 deletions
|
|
@ -92,14 +92,21 @@
|
||||||
layout = dwindle
|
layout = dwindle
|
||||||
}
|
}
|
||||||
|
|
||||||
|
misc {
|
||||||
|
disable_hyprland_logo = true
|
||||||
|
}
|
||||||
|
|
||||||
decoration {
|
decoration {
|
||||||
# See https://wiki.hyprland.org/Configuring/Variables/ for more
|
# See https://wiki.hyprland.org/Configuring/Variables/ for more
|
||||||
|
|
||||||
rounding = 10
|
rounding = 10
|
||||||
blur = yes
|
|
||||||
blur_size = 3
|
blur {
|
||||||
blur_passes = 1
|
enabled = true
|
||||||
blur_new_optimizations = on
|
size = 3
|
||||||
|
passes = 1
|
||||||
|
new_optimizations = true
|
||||||
|
}
|
||||||
|
|
||||||
drop_shadow = yes
|
drop_shadow = yes
|
||||||
shadow_range = 4
|
shadow_range = 4
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue