Add form3 display setup
This commit is contained in:
parent
6dca1f723a
commit
ea8d475166
1 changed files with 16 additions and 0 deletions
|
@ -26,6 +26,22 @@
|
||||||
"${pkgs.xorg.xrandr}/bin/xrandr --dpi 144"
|
"${pkgs.xorg.xrandr}/bin/xrandr --dpi 144"
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
name = "form3-docked";
|
||||||
|
outputs_connected = [ "eDP-1-1" "DP-1-1" ];
|
||||||
|
configure_single = "DP-1-1";
|
||||||
|
execute_after = [
|
||||||
|
"${pkgs.xorg.xrandr}/bin/xrandr --dpi 192"
|
||||||
|
];
|
||||||
|
}
|
||||||
|
{
|
||||||
|
name = "form3";
|
||||||
|
outputs_connected = [ "eDP-1-1" ];
|
||||||
|
configure_single = "eDP-1-1";
|
||||||
|
execute_after = [
|
||||||
|
"${pkgs.xorg.xrandr}/bin/xrandr --dpi 256"
|
||||||
|
];
|
||||||
|
}
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue