kanshi: fix configuration example

(cherry picked from commit 5d151429e1)
This commit is contained in:
nurelin 2024-05-26 17:19:20 +02:00 committed by Robert Helgesson
parent 142d4365b5
commit a631666f5e
No known key found for this signature in database
GPG key ID: 96E745BD17AA17ED

View file

@ -209,6 +209,7 @@ in {
Attribute set of profiles.
'';
example = literalExpression ''
{
undocked = {
outputs = [
{
@ -227,6 +228,7 @@ in {
}
];
};
}
'';
};
@ -247,6 +249,7 @@ in {
See kanshi(5) for informations.
'';
example = literalExpression ''
[
{ include = "path/to/included/files"; }
{ output.criteria = "eDP-1";
output.scale = 2;
@ -269,6 +272,7 @@ in {
}
];
}
]
'';
};