From 83e711a841eae3442b13303b9d86b261aeddb427 Mon Sep 17 00:00:00 2001 From: Stefan Ellmauthaler Date: Wed, 10 Nov 2021 11:12:00 +0100 Subject: [PATCH] added screen-clone for e3027 Signed-off-by: Stefan Ellmauthaler --- users/ellmau/autorandr.nix | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/users/ellmau/autorandr.nix b/users/ellmau/autorandr.nix index ae0e818..d282fe0 100644 --- a/users/ellmau/autorandr.nix +++ b/users/ellmau/autorandr.nix @@ -91,6 +91,23 @@ }; }; }; + + "e3027-clone" = { + config = { + eDP-1 = { + enable = true; + crtc = 0; + position = "0x0"; + mode = "1920x1200"; + }; + DP-1 = { + enable = true; + crtc = 1; + position = "0x0"; + mode = "1920x1200"; + }; + }; + }; }; hooks.postswitch = { "polybar" = "systemctl --user restart polybar.service";