🐛 (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/
|
# 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/
|
# https://wiki.hyprland.org/Configuring/Keywords/
|
||||||
|
|
||||||
|
@ -46,10 +46,12 @@ general {
|
||||||
decoration {
|
decoration {
|
||||||
rounding = 2
|
rounding = 2
|
||||||
|
|
||||||
blur = yes
|
blur {
|
||||||
blur_size = 3
|
enabled = yes
|
||||||
blur_passes = 3
|
size = 3
|
||||||
blur_new_optimizations = on
|
passes = 3
|
||||||
|
new_optimizations = 3
|
||||||
|
}
|
||||||
|
|
||||||
drop_shadow = yes
|
drop_shadow = yes
|
||||||
shadow_range = 4
|
shadow_range = 4
|
||||||
|
|
Loading…
Reference in a new issue