From 52a5d876271b4c0b35a5c35baac62cb4d26723e0 Mon Sep 17 00:00:00 2001 From: Timo Wilken Date: Sat, 29 Apr 2023 22:53:33 +0200 Subject: Use NVIDIA driver display names --- tw/home/lap.scm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'tw/home/lap.scm') diff --git a/tw/home/lap.scm b/tw/home/lap.scm index 2b034e99..5b73baa1 100644 --- a/tw/home/lap.scm +++ b/tw/home/lap.scm @@ -187,14 +187,14 @@ (desktop-background "~/pictures/Backgrounds/greece/IMG_20181201_104748_DRO.jpg") (monitors (list (home-monitor-configuration - (name "eDP-1") + (name "eDP-1-1") (xrandr-options '("--auto"))) (home-monitor-configuration - (name "HDMI-1-1") + (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" "120.00" - "--right-of" "eDP-1"))))))) + (xrandr-options '("--mode" "2560x1440" "--rate" "144.01" + "--right-of" "eDP-1-1"))))))) ;; 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