From 0e5860e33f4f7645c4368301e1aeffeff4766a8e Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Wed, 27 Jul 2022 10:10:58 +0200 Subject: [PATCH] Update autorandr --- home_manager/modules/autorandr.nix | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/home_manager/modules/autorandr.nix b/home_manager/modules/autorandr.nix index 660946b..81598dd 100644 --- a/home_manager/modules/autorandr.nix +++ b/home_manager/modules/autorandr.nix @@ -5,7 +5,17 @@ odin-intel = { fingerprint = { "eDP1" = "00ffffffffffff0030e43f0500000000001a010495221378eaa1c59459578f27205054000000010101010101010101010101010101012e3680a070381f403020350058c21000001a5c2b80a070381f403020350058c21000001a000000fe0034584b3133803135365746360a000000000000413196001000000a010a202000c5"; }; config = { - "eDP1" = { primary = true; crtc = 0; mode = "1920x1080"; dpi = 96; }; + "eDP1" = { primary = true; crtc = 0; mode = "1920x1080"; }; + }; + }; + odin-intel-laboratorio-dock-dell = { + fingerprint = { + "DP1-3" = "00ffffffffffff0010ac10d04c36453221110103682b1b78ee8db0a2544a9c25115054a54b00714f818001010101010101010101010121399030621a274068b03600ae0e1100001c000000ff00434b3632373738413245364c0a000000fd00384b1e530f000a202020202020000000fc0044454c4c20453230375746500a0088"; + "eDP1" = "00ffffffffffff0030e43f0500000000001a010495221378eaa1c59459578f27205054000000010101010101010101010101010101012e3680a070381f403020350058c21000001a5c2b80a070381f403020350058c21000001a000000fe0034584b3133803135365746360a000000000000413196001000000a010a202000c5"; + }; + config = { + "DP1-3" = { crtc = 1; mode = "1680x1050"; position = "120x0"; primary = true; }; + "eDP1" = { crtc = 0; mode = "1920x1080"; position = "0x1080"; }; }; }; odin-intel-laboratorio = { @@ -14,8 +24,8 @@ "eDP1" = "00ffffffffffff0030e43f0500000000001a010495221378eaa1c59459578f27205054000000010101010101010101010101010101012e3680a070381f403020350058c21000001a5c2b80a070381f403020350058c21000001a000000fe0034584b3133803135365746360a000000000000413196001000000a010a202000c5"; }; config = { - "DP1-3" = { primary = true; crtc = 1; mode = "1920x1080"; position = "0x0"; }; - "eDP1" = { crtc = 0; mode = "1920x1080"; position = "0x1080"; dpi = 96; }; + "DP1-3" = { crtc = 1; mode = "1920x1080"; position = "0x0"; primary = true; }; + "eDP1" = { crtc = 0; mode = "1920x1080"; position = "0x1080"; }; }; }; thor-two-screens = { @@ -24,7 +34,7 @@ "HDMI-0" = "00ffffffffffff004c2d2c0d443650302e19010380341d782a5295a556549d250e5054bb8c00b30081c0810081809500a9c001010101023a801871382d40582c450009252100001e000000fd0030481e5216000a202020202020000000fc00433234463339300a2020202020000000ff00485451483330353636370a20200163020324f14690041f131203230907078301000067030c001000802b681a00000101304800011d00bc52d01e20b828554009252100001e8c0ad090204031200c4055000925210000188c0ad08a20e02d10103e9600092521000018215280a07238304088c8350009252100001c00000000000000000000000000000000000000fa"; }; config = { - "DP-4" = { primary = true; crtc = 0; mode = "2560x1440"; position = "1080x162"; }; + "DP-4" = { crtc = 0; mode = "2560x1440"; position = "1080x162"; primary = true; }; "HDMI-0" = { crtc = 1; mode = "1920x1080"; position = "0x0"; rotate = "right"; }; }; };