From 775e2959f0a23d29595220228019d83be0b89132 Mon Sep 17 00:00:00 2001 From: Fabian Hauser Date: Fri, 18 Feb 2022 20:56:40 +0100 Subject: [PATCH] Add external mobile screen kanshi --- .../user-configuration/fhauser/applications/kanshi.nix | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/defaults/user-configuration/fhauser/applications/kanshi.nix b/defaults/user-configuration/fhauser/applications/kanshi.nix index 58cebf8..eab56e3 100644 --- a/defaults/user-configuration/fhauser/applications/kanshi.nix +++ b/defaults/user-configuration/fhauser/applications/kanshi.nix @@ -20,6 +20,15 @@ scale = 2.0; }) ]; + mobile-work-external.outputs = [ + (mkScreen "Unknown 0x08CE 0x00000000" // { + position = "1920,0"; + scale = 2.0; + }) + (mkScreen "Lenovo Group Limited M14 V907R2HD" // { + position = "0,0"; + }) + ]; mobile-private.outputs = [ (mkScreen "Unknown 0x1536 0x00000000" // { position = "0,0";