summaryrefslogtreecommitdiff
path: root/tw/home/cern.scm
diff options
context:
space:
mode:
authorTimo Wilken2023-02-22 11:26:48 +0100
committerTimo Wilken2023-03-04 19:23:26 +0100
commitc609ea215989fe2bbf87552c543a317f26fe6a49 (patch)
tree31d21d67d44d78e922aecc2e2d8d8759d20c1fe9 /tw/home/cern.scm
parent6b1159ac0634bc2ec715f21af8a1fd337594cf8b (diff)
Fix monitor setup
Diffstat (limited to 'tw/home/cern.scm')
-rw-r--r--tw/home/cern.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/tw/home/cern.scm b/tw/home/cern.scm
index 18adae4f..763c319f 100644
--- a/tw/home/cern.scm
+++ b/tw/home/cern.scm
@@ -235,7 +235,7 @@
(system* #$(file-append xrandr "/bin/xrandr")
;; This can do 4K but HiDPI is a pain.
"--output" "DP-1-8" "--mode" "1920x1080" "--rate" "60.00"
- "--right-of" "DP-2")
+ "--left-of" "DP-2")
;; Set the desktop background picture. Hopefully doing this just after
;; xrandr works and sets it for both screens.
(system* #$(file-append hsetroot "/bin/hsetroot") "-cover"