cray: Fix monitor arangement in sway

This commit is contained in:
fleaz 2022-04-19 21:44:46 +02:00
parent 5476c4b01e
commit 7eadbea456
No known key found for this signature in database
GPG key ID: AED15F8FDD04D083

View file

@ -22,20 +22,15 @@ in
output = { output = {
"*".bg = "/home/fleaz/Downloads/spongebob.jpg fill"; "*".bg = "/home/fleaz/Downloads/spongebob.jpg fill";
} // lib.optionalAttrs (nixosConfig.networking.hostName == "cray") { } // lib.optionalAttrs (nixosConfig.networking.hostName == "cray") {
"DP-1" = {
mode = "1920x1200";
transform = "270";
position = "0,0";
};
"HDMI-A-1" = { "HDMI-A-1" = {
mode = "3840x2160"; mode = "3840x2160";
scale = "1.3"; scale = "1.3";
position = "1200,0"; position = "0,0";
}; };
"DP-2" = { "DP-1" = {
mode = "3840x2160"; mode = "3840x2160";
scale = "1.3"; scale = "1.3";
position = "4153,0"; position = "2952,0";
}; };
}; };