summaryrefslogtreecommitdiff
path: root/tw/home/lap.scm
diff options
context:
space:
mode:
authorTimo Wilken2023-04-29 22:53:33 +0200
committerTimo Wilken2023-10-08 15:38:00 +0200
commit52a5d876271b4c0b35a5c35baac62cb4d26723e0 (patch)
tree4ba1f9f9dd47379fedd6a6f6d905b7dba3690489 /tw/home/lap.scm
parent8f82ac69d632203638608fef34dfa808ce4df016 (diff)
Use NVIDIA driver display names
Diffstat (limited to 'tw/home/lap.scm')
-rw-r--r--tw/home/lap.scm8
1 files changed, 4 insertions, 4 deletions
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.