home/kanshi: update config syntax format
This commit is contained in:
parent
4b114f6f51
commit
7c135d2291
@ -250,12 +250,19 @@ in {
|
||||
|
||||
kanshi = {
|
||||
enable = true;
|
||||
profiles.undocked.outputs = [
|
||||
settings = [
|
||||
{
|
||||
profile.name = "undocked";
|
||||
profile.outputs = [
|
||||
{
|
||||
criteria = "eDP-1";
|
||||
}
|
||||
];
|
||||
profiles.docked.outputs = [
|
||||
}
|
||||
|
||||
{
|
||||
profile.name = "docked";
|
||||
profile.outputs = [
|
||||
{
|
||||
criteria = "eDP-1";
|
||||
}
|
||||
@ -268,6 +275,8 @@ in {
|
||||
mode = "1920x1080@74.973Hz";
|
||||
}
|
||||
];
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user