Compare commits
2 commits
39dc9c24e3
...
30092474a5
Author | SHA1 | Date | |
---|---|---|---|
30092474a5 | |||
cfd4d4e745 |
1 changed files with 2 additions and 2 deletions
|
@ -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 = 0.9; } ];
|
preset-column-widths = [ { proportion = 0.5; } { proportion = 1.0; } ];
|
||||||
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 = "on-overflow";
|
center-focused-column = "never";
|
||||||
};
|
};
|
||||||
workspaces = {
|
workspaces = {
|
||||||
w1.name = "admin";
|
w1.name = "admin";
|
||||||
|
|
Loading…
Reference in a new issue