hyprland: update config

This commit is contained in:
notohh 2023-08-14 07:28:29 -04:00
parent b512324694
commit bb37bddc85
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

@ -28,11 +28,14 @@ _: {
layout = "dwindle";
};
decoration = {
blur = {
enabled = true;
passes = 3;
new_optimizations = true;
brightness = 1.0;
noise = 0.02;
};
rounding = 8;
blur = true;
blur_size = 5;
blur_passes = 3;
blur_new_optimizations = true;
multisample_edges = true;
inactive_opacity = 1;
active_opacity = 1;