home/kanshi: update config syntax format
This commit is contained in:
@@ -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";
|
||||
}
|
||||
];
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user