feat: resize zed on startup
This commit is contained in:
parent
088b1f17e5
commit
fc62e9b6c0
1 changed files with 13 additions and 0 deletions
|
|
@ -82,6 +82,19 @@
|
||||||
"Mod+Ctrl+WheelScrollDown".focus-workspace-down = null;
|
"Mod+Ctrl+WheelScrollDown".focus-workspace-down = null;
|
||||||
"Mod+Ctrl+WheelScrollUp".focus-workspace-up = null;
|
"Mod+Ctrl+WheelScrollUp".focus-workspace-up = null;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
window-rules = [
|
||||||
|
{
|
||||||
|
geometry-corner-radius = 0;
|
||||||
|
}
|
||||||
|
{
|
||||||
|
matches = [
|
||||||
|
{ app-id = "zed"; }
|
||||||
|
];
|
||||||
|
default-column-width = { proportion = 1.0; };
|
||||||
|
}
|
||||||
|
];
|
||||||
|
|
||||||
workspaces = {
|
workspaces = {
|
||||||
"w0" = {};
|
"w0" = {};
|
||||||
"w1" = {};
|
"w1" = {};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue