aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimo Wilken2024-01-15 18:09:08 +0100
committerTimo Wilken2024-01-15 18:09:08 +0100
commitb8bfbf117a336f415f0b8e85001e39a8fa7e6d29 (patch)
tree8597aa845786ed19533009b819ed7a881761b7d4
parent26d5eea3a4bb708385c578670636fa49ebb72ebf (diff)
External screen is now attached to btl
-rw-r--r--tw/home/lap.scm8
1 files changed, 1 insertions, 7 deletions
diff --git a/tw/home/lap.scm b/tw/home/lap.scm
index f83fa26f..7f43f77b 100644
--- a/tw/home/lap.scm
+++ b/tw/home/lap.scm
@@ -190,13 +190,7 @@
(monitors
(list (home-monitor-configuration
(name "eDP-1-1")
- (xrandr-options '("--auto")))
- (home-monitor-configuration
- (name "HDMI-0")
- ;; Don't use --auto for this monitor. That configures it at 60
- ;; Hz, which causes it to briefly turn off every few minutes.
- (xrandr-options '("--mode" "2560x1440" "--rate" "144.01"
- "--right-of" "eDP-1-1")))))))
+ (xrandr-options '("--auto")))))))
;; On my private machine, I want to use my private PGP key normally, and
;; my work key only for work repositories.