From 8b4cc181a5c02e160312ee432880152da50c4b39 Mon Sep 17 00:00:00 2001 From: Rutherther Date: Sat, 14 Dec 2024 11:11:31 +0100 Subject: [PATCH] chore: new monitor setup --- home/home-configuration.scm | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/home/home-configuration.scm b/home/home-configuration.scm index 7b6f749..19a86cc 100644 --- a/home/home-configuration.scm +++ b/home/home-configuration.scm @@ -332,14 +332,12 @@ exec ~a ~a" ((output eDP-1 enable))) (profile docked ((output eDP-1 disable) - (output DP-9 enable position 0,0) - (output DP-8 enable position 3840,0) - (output DP-7 enable position 1920,0))) + (output DP-7 enable position 0,0 mode 2560x1440@99.9459999) + (output DP-8 enable position 2560,0 mode 2560x1440@99.9459999))) (profile docked-alt - ((output eDP-1 disable) - (output DP-12 enable position 0,0) - (output DP-11 enable position 3840,0) - (output DP-10 enable position 1920,0))))))) + ((output eDP-1 enable position 5120,0) + (output DP-7 enable position 0,0 mode 2560x1440@99.9459999) + (output DP-8 enable position 2560,0 mode 2560x1440@99.9459999))))))) (service home-swayidle-service-type (home-swayidle-configuration (config -- 2.48.1