Compare commits

..

No commits in common. "30092474a5c5934d6f5d7954794d1e8193d963cc" and "39dc9c24e3f58e3d1472c3c2677da5b55a6fe672" have entirely different histories.

View file

@ -309,7 +309,7 @@
layout = { layout = {
gaps = 10; gaps = 10;
default-column-width.proportion = 0.5; default-column-width.proportion = 0.5;
preset-column-widths = [ { proportion = 0.5; } { proportion = 1.0; } ]; preset-column-widths = [ { proportion = 0.5; } { proportion = 0.9; } ];
preset-window-heights = [ { proportion = 0.5; } { proportion = 1.0; } ]; preset-window-heights = [ { proportion = 0.5; } { proportion = 1.0; } ];
focus-ring.enable = false; focus-ring.enable = false;
border = { border = {
@ -317,7 +317,7 @@
width = 2; width = 2;
inactive.color = "#80808080"; inactive.color = "#80808080";
}; };
center-focused-column = "never"; center-focused-column = "on-overflow";
}; };
workspaces = { workspaces = {
w1.name = "admin"; w1.name = "admin";