Add Dell to kanshi configuration

This commit is contained in:
JuliusFreudenberger 2026-07-10 22:06:53 +02:00
parent 7e8c60c28d
commit 4e76a2e10d

View file

@ -3,6 +3,7 @@
}: let
t27 = "Lenovo Group Limited T27h-30*";
m15 = "Lenovo Group Limited M15*";
dell = "Dell Inc.*";
in {
services.kanshi = {
enable = true;
@ -27,6 +28,12 @@ in {
{ criteria = m15; position = "168,0"; }
];
}
{ profile.name = "dell" ;
profile.outputs = [
{ criteria = "eDP-1"; position = "0,1080"; }
{ criteria = dell; position = "168,0"; }
];
}
];
};
}