Add Dell to kanshi configuration
This commit is contained in:
parent
7e8c60c28d
commit
4e76a2e10d
1 changed files with 7 additions and 0 deletions
|
|
@ -3,6 +3,7 @@
|
||||||
}: let
|
}: let
|
||||||
t27 = "Lenovo Group Limited T27h-30*";
|
t27 = "Lenovo Group Limited T27h-30*";
|
||||||
m15 = "Lenovo Group Limited M15*";
|
m15 = "Lenovo Group Limited M15*";
|
||||||
|
dell = "Dell Inc.*";
|
||||||
in {
|
in {
|
||||||
services.kanshi = {
|
services.kanshi = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
@ -27,6 +28,12 @@ in {
|
||||||
{ criteria = m15; position = "168,0"; }
|
{ criteria = m15; position = "168,0"; }
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
{ profile.name = "dell" ;
|
||||||
|
profile.outputs = [
|
||||||
|
{ criteria = "eDP-1"; position = "0,1080"; }
|
||||||
|
{ criteria = dell; position = "168,0"; }
|
||||||
|
];
|
||||||
|
}
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue