home/kanshi: update config syntax format
This commit is contained in:
parent
4b114f6f51
commit
7c135d2291
@ -250,22 +250,31 @@ in {
|
|||||||
|
|
||||||
kanshi = {
|
kanshi = {
|
||||||
enable = true;
|
enable = true;
|
||||||
profiles.undocked.outputs = [
|
settings = [
|
||||||
{
|
{
|
||||||
criteria = "eDP-1";
|
profile.name = "undocked";
|
||||||
|
profile.outputs = [
|
||||||
|
{
|
||||||
|
criteria = "eDP-1";
|
||||||
|
}
|
||||||
|
];
|
||||||
}
|
}
|
||||||
];
|
|
||||||
profiles.docked.outputs = [
|
|
||||||
{
|
{
|
||||||
criteria = "eDP-1";
|
profile.name = "docked";
|
||||||
}
|
profile.outputs = [
|
||||||
{
|
{
|
||||||
criteria = "Philips Consumer Electronics Company PHL 272S1 UHB2347026536";
|
criteria = "eDP-1";
|
||||||
mode = "1920x1080@74.973Hz";
|
}
|
||||||
}
|
{
|
||||||
{
|
criteria = "Philips Consumer Electronics Company PHL 272S1 UHB2347026536";
|
||||||
criteria = "Philips Consumer Electronics Company PHL 272S1 UHB2347026535";
|
mode = "1920x1080@74.973Hz";
|
||||||
mode = "1920x1080@74.973Hz";
|
}
|
||||||
|
{
|
||||||
|
criteria = "Philips Consumer Electronics Company PHL 272S1 UHB2347026535";
|
||||||
|
mode = "1920x1080@74.973Hz";
|
||||||
|
}
|
||||||
|
];
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user