diff --git a/home/desktop-xmonad/autorandr/trantor.nix b/home/desktop-xmonad/autorandr/trantor.nix index f49f6a6..8ec3e1f 100644 --- a/home/desktop-xmonad/autorandr/trantor.nix +++ b/home/desktop-xmonad/autorandr/trantor.nix @@ -8,10 +8,12 @@ let edp_config = { enable = true; crtc = 0; - mode = "1368x768"; - position = "1920x0"; + # mode = "1368x768"; + mode = "1920x1080"; + # position = "1920x0"; + position = "0x0"; rate = "60.00"; - rotate = "left"; + # rotate = "left"; }; hdmi_config = { enable = true;