From a6f459238167c63ea53dc2597b7dbe9e8011cc27 Mon Sep 17 00:00:00 2001 From: Charlotte Van Petegem Date: Mon, 16 Aug 2021 09:25:10 +0200 Subject: [PATCH] Forgot my keyboard cable at home --- modules/graphical/sway/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/graphical/sway/default.nix b/modules/graphical/sway/default.nix index 5a87cf71..838000df 100644 --- a/modules/graphical/sway/default.nix +++ b/modules/graphical/sway/default.nix @@ -59,8 +59,8 @@ in }; "work-docked" = { outputs = [ - { criteria = "Chimei Innolux Corporation 0x14D3 0x00000000"; position = "0,0"; mode = "1920x1080"; scale = 1.0; } - { criteria = "Dell Inc. DELL U2718Q FN84K83Q1KHL"; position = "1920,0"; mode = "3840x2160"; scale = 1.0; } + { criteria = "Chimei Innolux Corporation 0x14D3 0x00000000"; position = "960,2160"; mode = "1920x1080"; scale = 1.0; } + { criteria = "Dell Inc. DELL U2718Q FN84K83Q1KHL"; position = "0,0"; mode = "3840x2160"; scale = 1.0; } ]; }; };