kanshi: Configure resolution and positions
This commit is contained in:
parent
f87d747ae1
commit
e6f72d7f17
1 changed files with 6 additions and 0 deletions
|
@ -23,10 +23,14 @@ in
|
|||
{
|
||||
criteria = "DP-1";
|
||||
status = "enable";
|
||||
mode = "3840x2160@60Hz";
|
||||
position = "0,0";
|
||||
}
|
||||
{
|
||||
criteria = "DP-3";
|
||||
status = "enable";
|
||||
mode = "3840x2160@60Hz";
|
||||
position = "3840,0";
|
||||
}
|
||||
{
|
||||
criteria = "HDMI-A-1";
|
||||
|
@ -50,6 +54,8 @@ in
|
|||
{
|
||||
criteria = "HDMI-A-1";
|
||||
status = "enable";
|
||||
mode = "1920x1080@120Hz";
|
||||
position = "0,0";
|
||||
}
|
||||
];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue