aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)