From e05684c279f06d9f91f559461b9cb5d267178c13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20B=C3=B6hme?= Date: Mon, 18 Nov 2024 09:32:47 +0100 Subject: [PATCH] fix(laptop): kanshi settings --- hosts/nixos-laptop/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/nixos-laptop/default.nix b/hosts/nixos-laptop/default.nix index 00c29a2..b9e84ba 100644 --- a/hosts/nixos-laptop/default.nix +++ b/hosts/nixos-laptop/default.nix @@ -38,14 +38,14 @@ ]; } { - profile.name = "docked"; + profile.name = "docked-scads"; profile.outputs = [ { criteria = "eDP-1"; position = "640,1800"; # NOTE: 2160 / 1.2 = 1800 } { - criteria = "DP-3"; + criteria = "Dell Inc. DELL S2721QS DWTC513"; scale = 1.2; position = "0,0"; }