add skinny monitor config
This commit is contained in:
parent
59170f5b46
commit
bacd2b7f0e
1 changed files with 9 additions and 0 deletions
|
@ -28,6 +28,15 @@
|
|||
"${pkgs.xorg.xrandr}/bin/xrandr --output eDP1 --primary"
|
||||
];
|
||||
}
|
||||
{
|
||||
name = "skinnyv";
|
||||
outputs_connected = [ "eDP1-AUO-8493-0--" ];
|
||||
configure_single = "eDP1";
|
||||
execute_after = [
|
||||
"${pkgs.xorg.xrandr}/bin/xrandr --dpi 96"
|
||||
"${pkgs.xorg.xrandr}/bin/xrandr --output eDP1 --primary"
|
||||
];
|
||||
}
|
||||
{
|
||||
name = "form3-docked";
|
||||
outputs_connected = [ "eDP-1-1" "DP-1-1" ];
|
||||
|
|
Loading…
Reference in a new issue