feat: better column widths

This commit is contained in:
Moritz Böhme 2025-03-12 12:56:09 +01:00
parent 35ec865ca5
commit e9e78f3a1a
No known key found for this signature in database
GPG key ID: 970C6E89EB0547A9

View file

@ -187,11 +187,9 @@ in
layout = {
border.enable = false;
focus-ring.enable = false;
default-column-width.proportion = 2.0 / 3.0;
preset-column-widths = [
{ proportion = 1.0 / 3.0; }
{ proportion = 2.0 / 3.0; }
{ proportion = 1.0 / 1.0; }
{ proportion = 1.0 / 3.0; }
];
gaps = 3;
};