From d502ca9ce0e16b538e08329c1876e80680ecd559 Mon Sep 17 00:00:00 2001 From: Timo Wilken Date: Mon, 13 May 2024 10:28:02 +0200 Subject: Fix monitor names for new CERN laptop --- tw/home/cern.scm | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'tw') diff --git a/tw/home/cern.scm b/tw/home/cern.scm index a9e00d06..d7a38298 100644 --- a/tw/home/cern.scm +++ b/tw/home/cern.scm @@ -54,13 +54,8 @@ (home-desktop-configuration (monitors (list (home-monitor-configuration - (name "DP-2") - (xrandr-options '("--primary" "--auto"))) - (home-monitor-configuration - (name "DP-1-8") - ;; This can do 4K but HiDPI is a pain. - (xrandr-options '("--mode" "1920x1080" "--rate" "60.00" - "--left-of" "DP-2"))))))) + (name "eDP-1") + (xrandr-options '("--primary" "--auto"))))))) (service home-full-dev-env-service-type) -- cgit v1.2.3