fix(niri): Lower DPI for Fruibook
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user