sway: Fix display names for cray

This commit is contained in:
fleaz 2024-11-14 00:40:51 +01:00
parent 6d767339c1
commit 853b8fa050
No known key found for this signature in database
GPG key ID: AED15F8FDD04D083

View file

@ -27,12 +27,12 @@ in
output = {
"*".bg = "/etc/nixos/wallpaper.jpg fill";
} // lib.optionalAttrs (nixosConfig.networking.hostName == "cray") {
"DP-2" = {
"DP-1" = {
mode = "3840x2160";
scale = "1.3";
position = "0,0";
};
"HDMI-A-1" = {
"DP-3" = {
mode = "3840x2160";
scale = "1.3";
position = "2953,0";