kanshi: Configure resolution and positions

This commit is contained in:
Erwin Boskma 2024-09-03 15:57:11 +02:00
parent f87d747ae1
commit e6f72d7f17
Signed by: erwin
SSH key fingerprint: SHA256:/Wk1WZdLg+vQHs3in9qq7PsIp8SMzwGSk/RLZ5zPuZk

View file

@ -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";
}
];
};