From 64e49ad9ca152a584374bbfe4c2f5c27d4aa1847 Mon Sep 17 00:00:00 2001 From: sefidel Date: Thu, 16 Nov 2023 00:19:35 +0900 Subject: feat(home/gui): kanshi: setup docked profile --- home/profiles/gui/default.nix | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'home/profiles') diff --git a/home/profiles/gui/default.nix b/home/profiles/gui/default.nix index 56b9b04..7fd3d19 100644 --- a/home/profiles/gui/default.nix +++ b/home/profiles/gui/default.nix @@ -171,6 +171,21 @@ in } ]; }; + + haruka-docked = { + outputs = [ + { + criteria = "AU Optronics 0xD291 Unknown"; + scale = 1.25; + position = "500,1440"; + } + { + criteria = "Samsung Electric Company LC32G5xT HNMN700045"; + scale = 1.00; + position = "0,0"; + } + ]; + }; }; }; -- cgit 1.4.1