diff --git a/modules/home/users/crumb/niri.nix b/modules/home/users/crumb/niri.nix index 0b66cf1..2e1e53f 100644 --- a/modules/home/users/crumb/niri.nix +++ b/modules/home/users/crumb/niri.nix @@ -93,6 +93,14 @@ in { }; focus-follows-mouse.enable = true; }; + # Laptop fruitbook display. + outputs."eDP-1" = { + mode.width = 2560; + mode.height = 1600; + mode.refresh = 59.972; + scale = 1.4; + }; + # Desktop sydpc monitor. outputs."DP-1" = { mode.width = 2560; mode.height = 1440; @@ -102,7 +110,6 @@ in { layout = { background-color = "transparent"; gaps = 8; - # center-focused-column = "always"; center-focused-column = "never"; preset-column-widths = [ { proportion = 1.0 / 3.0; } @@ -110,7 +117,6 @@ in { { proportion = 2.0 / 3.0; } ]; default-column-width.proportion = 0.5; - # default-column-width.proportion = {}; focus-ring = { enable = false; width = 2;