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