Code correction in Kanshi nix file
This commit is contained in:
parent
ba4ffd6bf1
commit
88dba04cd4
2 changed files with 57 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
_: {
|
||||
service.kanshi = {
|
||||
services.kanshi = {
|
||||
enable = true;
|
||||
profiles = {
|
||||
home = {
|
||||
|
@ -8,14 +8,14 @@ _: {
|
|||
criteria = "Iiyama North America PL2792UH 1166310803122";
|
||||
mode = "3840x2160";
|
||||
position = "0,0";
|
||||
scale = 2;
|
||||
scale = 2.0;
|
||||
}
|
||||
{
|
||||
criteria = "Iiyama North America PL2792UH 1176923201598";
|
||||
mode = "3840x2160";
|
||||
position = "1920,0";
|
||||
transform = "270";
|
||||
scale = "2";
|
||||
scale = 2.0;
|
||||
}
|
||||
{
|
||||
criteria = "eDP-1";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue