From 34661f95959c049e5dd311e6d42dd1388f4d0b5a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Mon, 15 Apr 2024 08:46:30 +0300 Subject: [PATCH] autorandr: fix position of eDP-1 --- modules/profiles/autorandr/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/profiles/autorandr/default.nix b/modules/profiles/autorandr/default.nix index dc7c8dc..cdb4e6b 100644 --- a/modules/profiles/autorandr/default.nix +++ b/modules/profiles/autorandr/default.nix @@ -76,7 +76,7 @@ in { eDP-1 = { enable = true; crtc = 1; - position = "0x960"; + position = "0x480"; mode = eDP-1.${config.networking.hostName}.mode; }; };