diff --git a/modules/features/niri.nix b/modules/features/niri.nix index eb3fa42..c14ffb4 100644 --- a/modules/features/niri.nix +++ b/modules/features/niri.nix @@ -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" = {};