kanshi: fix configuration example
This commit is contained in:
parent
b2a4ddf657
commit
5d151429e1
|
@ -209,6 +209,7 @@ in {
|
||||||
Attribute set of profiles.
|
Attribute set of profiles.
|
||||||
'';
|
'';
|
||||||
example = literalExpression ''
|
example = literalExpression ''
|
||||||
|
{
|
||||||
undocked = {
|
undocked = {
|
||||||
outputs = [
|
outputs = [
|
||||||
{
|
{
|
||||||
|
@ -227,6 +228,7 @@ in {
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
}
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -247,6 +249,7 @@ in {
|
||||||
See kanshi(5) for informations.
|
See kanshi(5) for informations.
|
||||||
'';
|
'';
|
||||||
example = literalExpression ''
|
example = literalExpression ''
|
||||||
|
[
|
||||||
{ include = "path/to/included/files"; }
|
{ include = "path/to/included/files"; }
|
||||||
{ output.criteria = "eDP-1";
|
{ output.criteria = "eDP-1";
|
||||||
output.scale = 2;
|
output.scale = 2;
|
||||||
|
@ -269,6 +272,7 @@ in {
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
]
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue