diff --git a/hosts/Ronin/home.nix b/hosts/Ronin/home.nix index e0e08358..e4ca529c 100644 --- a/hosts/Ronin/home.nix +++ b/hosts/Ronin/home.nix @@ -1,6 +1,12 @@ {pkgs, ...}: { imports = [../Scorch/home.nix]; home.packages = [(pkgs.writeShellScriptBin "ukaea-vpn-connect" "sudo ${pkgs.openfortivpn}/bin/openfortivpn -c ${./ukaea-vpn.conf}")]; + wayland.windowManager.sway.config.output = { + "eDP-1" = { + pos = "2560 720"; + scale = "1.5"; + }; + }; wayland.windowManager.hyprland.settings = { workspace = ["1, monitor:eDP-1, default:true"]; monitor = ["eDP-1,1920x1080,2560x720,1.50"]; diff --git a/hosts/Scorch/home.nix b/hosts/Scorch/home.nix index 70f22aa9..6537b7a6 100644 --- a/hosts/Scorch/home.nix +++ b/hosts/Scorch/home.nix @@ -8,8 +8,10 @@ proton.primary = lib.mkForce false; outlook.primary = lib.mkForce true; }; - wayland.windowManager.hyprland.settings = { - misc.force_default_wallpaper = 0; - monitor = ["desc:Dell Inc. DELL P3223QE CCG8YN3,highres,0x0,1.5"]; # => 2560x1440 + wayland.windowManager.sway.config.output = { + "Dell Inc. DELL P3223QE CCG8YN3" = { + pos = "0 0"; + scale = "1.5"; + }; }; }