From 8d4634bc8bb54e3f0daf58821b38d76df08cc447 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Sun, 7 Dec 2025 17:23:54 +0000 Subject: [PATCH] vno2: autorandr --- modules/profiles/autorandr/default.nix | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/modules/profiles/autorandr/default.nix b/modules/profiles/autorandr/default.nix index 7dc89ed..ebbc11f 100644 --- a/modules/profiles/autorandr/default.nix +++ b/modules/profiles/autorandr/default.nix @@ -11,6 +11,11 @@ let }; }; + vno2-DP-3 = { + fingerprint = "00ffffffffffff0010ace04157383735141f0104a53c22783eee95a3544c99260f5054a54b00714f8180a940d1c00101010101010101565e00a0a0a029503020350055502100001a000000ff00474a33525438330a2020202020000000fc0044454c4c20553237323144450a000000fd00384c1e5a19010a202020202020011302031cf14f90050403020716010611121513141f23097f0783010000023a801871382d40582c450055502100001e7e3900a080381f4030203a0055502100001a011d007251d01e206e28550055502100001ebf1600a08038134030203a0055502100001a00000000000000000000000000000000000000000000000000000012"; + mode = "2560x1440"; + }; + work-DP-3 = { fingerprint = "00ffffffffffff001e6d07778068040002200104b53c22789e3e31ae5047ac270c50542108007140818081c0a9c0d1c08100010101014dd000a0f0703e803020650c58542100001a286800a0f0703e800890650c58542100001a000000fd00383d1e8738000a202020202020000000fc004c472048445220344b0a202020017e0203197144900403012309070783010000e305c000e3060501023a801871382d40582c450058542100001e565e00a0a0a029503020350058542100001a00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000029"; mode = "3840x2160"; @@ -62,6 +67,27 @@ in }; }; + work-vno2 = { + fingerprint = { + eDP-1 = eDP-1.${config.networking.hostName}.fingerprint; + vno2-DP-3 = vno2-DP-3.fingerprint; + }; + config = { + vno2-DP-3 = { + inherit (vno2-DP-3) mode; + enable = true; + primary = true; + crtc = 0; + }; + eDP-1 = { + inherit (eDP-1.${config.networking.hostName}) mode; + enable = true; + crtc = 1; + position = "320x1440"; + }; + }; + }; + work-lidopen = { fingerprint = { eDP-1 = eDP-1.${config.networking.hostName}.fingerprint;