Compare commits
No commits in common. "30092474a5c5934d6f5d7954794d1e8193d963cc" and "39dc9c24e3f58e3d1472c3c2677da5b55a6fe672" have entirely different histories.
30092474a5
...
39dc9c24e3
1 changed files with 2 additions and 2 deletions
|
@ -309,7 +309,7 @@
|
|||
layout = {
|
||||
gaps = 10;
|
||||
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; } ];
|
||||
focus-ring.enable = false;
|
||||
border = {
|
||||
|
@ -317,7 +317,7 @@
|
|||
width = 2;
|
||||
inactive.color = "#80808080";
|
||||
};
|
||||
center-focused-column = "never";
|
||||
center-focused-column = "on-overflow";
|
||||
};
|
||||
workspaces = {
|
||||
w1.name = "admin";
|
||||
|
|
Loading…
Reference in a new issue