fix(niri): Lower DPI for Fruibook

This commit is contained in:
2025-08-26 13:50:25 -06:00
parent 15a93a7154
commit 0cc4a83cc3

View File

@@ -93,6 +93,14 @@ in {
}; };
focus-follows-mouse.enable = true; 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" = { outputs."DP-1" = {
mode.width = 2560; mode.width = 2560;
mode.height = 1440; mode.height = 1440;
@@ -102,7 +110,6 @@ in {
layout = { layout = {
background-color = "transparent"; background-color = "transparent";
gaps = 8; gaps = 8;
# center-focused-column = "always";
center-focused-column = "never"; center-focused-column = "never";
preset-column-widths = [ preset-column-widths = [
{ proportion = 1.0 / 3.0; } { proportion = 1.0 / 3.0; }
@@ -110,7 +117,6 @@ in {
{ proportion = 2.0 / 3.0; } { proportion = 2.0 / 3.0; }
]; ];
default-column-width.proportion = 0.5; default-column-width.proportion = 0.5;
# default-column-width.proportion = {};
focus-ring = { focus-ring = {
enable = false; enable = false;
width = 2; width = 2;