From b8bfbf117a336f415f0b8e85001e39a8fa7e6d29 Mon Sep 17 00:00:00 2001 From: Timo Wilken Date: Mon, 15 Jan 2024 18:09:08 +0100 Subject: External screen is now attached to btl --- tw/home/lap.scm | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'tw/home/lap.scm') 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. -- cgit v1.2.3