fixed int being float

This commit is contained in:
Nickiel12 2024-03-18 16:48:59 -07:00
parent c221905870
commit f2f1d0a289

View file

@ -70,7 +70,7 @@ in
general = {
gaps_in = 5;
gaps_out = 8;
border_size = 2.0;
border_size = 2;
"col.active_border" = "rgba(33ccffee) rgba(00ff99ee) 45deg";
};