feat: better column width

This commit is contained in:
Moritz Böhme 2025-04-19 13:29:00 +02:00
parent 23191562c5
commit 5fdd067ce7
No known key found for this signature in database
GPG key ID: 970C6E89EB0547A9

View file

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