home/kanshi: update config syntax format

This commit is contained in:
Asmir A 2024-06-01 19:14:23 +02:00
parent 4b114f6f51
commit 7c135d2291
Signed by: asmir
GPG Key ID: 020C42B7A9ABA3E2

View File

@ -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";
}
];
}
];
};
};