home/kanshi: update config syntax format

This commit is contained in:
2024-06-01 19:14:23 +02:00
parent 4b114f6f51
commit 7c135d2291

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