Add monitor configuration

This commit is contained in:
Charlotte 🦝 Delenk 2022-01-18 14:02:20 +00:00
parent 32d97a9619
commit 0259e93b48
Signed by: darkkirb
GPG key ID: 015E3768A70AFBC5

View file

@ -10,6 +10,19 @@
xkb_options = "grp:ctrls_toggle";
};
};
outputs = {
"DP-1" = {
mode = "2560x1440@74.971Hz";
position = "0 0";
subpixel = "rgb";
adaptive_sync = "on";
};
"HDMI-A-1" = {
mode = "1920x1080@60Hz";
position = "2560 0";
subpixel = "rgb";
};
};
};
};
}
}