hyprland: disable borders

This commit is contained in:
notohh 2024-05-27 12:07:07 -04:00
parent 1c70c24f7b
commit ccc72814df
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

@ -24,14 +24,14 @@
general = {
gaps_in = 10;
gaps_out = 20;
border_size = 4;
border_size = 0;
"col.active_border" = "rgb(7dcfff) rgb(c0caf5)";
"col.inactive_border" = "rgb(24283b)";
layout = "dwindle";
};
decoration = {
rounding = 12;
rounding = 10;
blur = {
enabled = true;
size = 6;