diff --git a/machines/terra/modules.nix b/machines/terra/modules.nix index 6601368..8324433 100644 --- a/machines/terra/modules.nix +++ b/machines/terra/modules.nix @@ -11,6 +11,8 @@ x = 0; y = 0; wallpaper = ../../misc/landscape.png; + refreshRate = "60"; + resolution = "2560x1440"; } { output = "DP-3"; @@ -19,6 +21,8 @@ transform = 1; wallpaper = ../../misc/portrait.png; bar = "top"; + refreshRate = "60"; + resolution = "2560x1440"; } ]; bindWorkspaces = "interlaced";