sway: Fix display names for cray
This commit is contained in:
parent
6d767339c1
commit
853b8fa050
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue