🐛 (neodymium/hyprland) fix broken/outdated config
This commit is contained in:
parent
5ee8dd7459
commit
9e469fe30d
|
@ -1,5 +1,5 @@
|
|||
# https://wiki.hyprland.org/Configuring/Monitors/
|
||||
monitor=eDP-2,1920x1080@120,0x0,1
|
||||
monitor=eDP-1,1920x1080@120,0x0,1
|
||||
|
||||
# https://wiki.hyprland.org/Configuring/Keywords/
|
||||
|
||||
|
@ -46,10 +46,12 @@ general {
|
|||
decoration {
|
||||
rounding = 2
|
||||
|
||||
blur = yes
|
||||
blur_size = 3
|
||||
blur_passes = 3
|
||||
blur_new_optimizations = on
|
||||
blur {
|
||||
enabled = yes
|
||||
size = 3
|
||||
passes = 3
|
||||
new_optimizations = 3
|
||||
}
|
||||
|
||||
drop_shadow = yes
|
||||
shadow_range = 4
|
||||
|
|
Loading…
Reference in a new issue