15 lines
312 B
Nix
15 lines
312 B
Nix
{...}: {
|
|
wayland.windowManager.sway.config = {
|
|
output = {
|
|
"Acer Technologies ED270R TJMEE0043W01" = {
|
|
mode = "1920x1080@165Hz";
|
|
pos = "1920 0";
|
|
adaptive_sync = "off";
|
|
};
|
|
"Ancor Communications Inc VS278 FALMQS032358" = {
|
|
pos = "0 0";
|
|
};
|
|
};
|
|
};
|
|
}
|