From c609ea215989fe2bbf87552c543a317f26fe6a49 Mon Sep 17 00:00:00 2001 From: Timo Wilken Date: Wed, 22 Feb 2023 11:26:48 +0100 Subject: Fix monitor setup --- tw/home/cern.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tw/home') 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" -- cgit v1.2.3