From 1a1b3f5744e8ab3176f45574c9bf9377a10dbfbb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Max=20K=C3=A4nner?= Date: Thu, 7 Mar 2024 00:39:12 +0100 Subject: [PATCH] 93 current 1970-01-01 01:00:00 24.05.20240303.b8697e5 6.6.19 * --- modules/home-manager/sway.nix | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/modules/home-manager/sway.nix b/modules/home-manager/sway.nix index 7a6ed2c..d26d413 100644 --- a/modules/home-manager/sway.nix +++ b/modules/home-manager/sway.nix @@ -167,6 +167,18 @@ position = "1920,0"; } ]; + laptop_hannspree.outputs = [ + { + criteria = "eDP-1"; + position = "320,1440"; + } + { + criteria = "HannStar Display Corp HC281UPB "; + position = "0,0"; + mode = "3840x2160@60"; + scale = 1.5; + } + ]; }; };