aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimo Wilken2024-05-13 10:28:02 +0200
committerTimo Wilken2024-05-13 10:28:02 +0200
commitd502ca9ce0e16b538e08329c1876e80680ecd559 (patch)
tree06c25d7fbead229b9474bfb62e7e5fd9575c627b
parente14d7c7104b7c7661423dfd7444677d67209cba9 (diff)
Fix monitor names for new CERN laptop
-rw-r--r--tw/home/cern.scm9
1 files changed, 2 insertions, 7 deletions
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)