More hyprland configuration fixes
This commit is contained in:
parent
11ef834858
commit
ed33a798f8
|
|
@ -25,15 +25,14 @@ in
|
||||||
gaps_in = 5;
|
gaps_in = 5;
|
||||||
gaps_out = 20;
|
gaps_out = 20;
|
||||||
border_size = 2;
|
border_size = 2;
|
||||||
col.active_border = "rgba(33ccffee) rgba(00ff99ee) 45deg";
|
"col.active_border" = mkForce "rgba(33ccffee) rgba(00ff99ee) 45deg";
|
||||||
col.inactive_border = "rgba(595959aa)";
|
"col.inactive_border" = mkForce "rgba(595959aa)";
|
||||||
|
|
||||||
layout = "dwindle";
|
layout = "dwindle";
|
||||||
};
|
};
|
||||||
|
|
||||||
decoration = {
|
decoration = {
|
||||||
rounding = 8;
|
rounding = 8;
|
||||||
multisample_edges = true;
|
|
||||||
inactive_opacity = 0.95;
|
inactive_opacity = 0.95;
|
||||||
|
|
||||||
blur = {
|
blur = {
|
||||||
|
|
@ -47,7 +46,8 @@ in
|
||||||
enabled = true;
|
enabled = true;
|
||||||
range = 4;
|
range = 4;
|
||||||
render_power = 3;
|
render_power = 3;
|
||||||
color = "rgba(1a1a1aee)";
|
# Home manager hyprland module sets this for some reason
|
||||||
|
color = mkForce "rgba(1a1a1aee)";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue