feat: resize zed on startup

This commit is contained in:
jackjohn7 2026-03-27 11:30:01 -05:00
parent 088b1f17e5
commit fc62e9b6c0

View file

@ -82,6 +82,19 @@
"Mod+Ctrl+WheelScrollDown".focus-workspace-down = 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 = {
"w0" = {};
"w1" = {};