aboutsummaryrefslogtreecommitdiff
path: root/tw/home/btl.scm
diff options
context:
space:
mode:
authorTimo Wilken2024-01-14 16:10:15 +0100
committerTimo Wilken2024-01-14 16:10:15 +0100
commit60564e488cba7d14c045d4376ede9ad0d8fc4cda (patch)
treed7c751046051470dda98cab4f47ba85f13574fa7 /tw/home/btl.scm
parente622b5d2037f8933a701ef56a4a4dc86c52bbf91 (diff)
Put btl monitor in 144Hz mode by default
Diffstat (limited to 'tw/home/btl.scm')
-rw-r--r--tw/home/btl.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/tw/home/btl.scm b/tw/home/btl.scm
index cdfdb9e4..9debf38c 100644
--- a/tw/home/btl.scm
+++ b/tw/home/btl.scm
@@ -85,7 +85,7 @@
(monitors
(list (home-monitor-configuration
(name "DisplayPort-2")
- (xrandr-options '("--auto")))))))
+ (xrandr-options '("--mode" "2560x1440" "--rate" "143.86")))))))
;; On my private machine, I want to use my private PGP key normally, and
;; my work key only for work repositories.