Update Scorch and Ronin monitor config
This commit is contained in:
parent
e0ba9d21c4
commit
38ca834c2e
|
@ -1,6 +1,12 @@
|
||||||
{pkgs, ...}: {
|
{pkgs, ...}: {
|
||||||
imports = [../Scorch/home.nix];
|
imports = [../Scorch/home.nix];
|
||||||
home.packages = [(pkgs.writeShellScriptBin "ukaea-vpn-connect" "sudo ${pkgs.openfortivpn}/bin/openfortivpn -c ${./ukaea-vpn.conf}")];
|
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 = {
|
wayland.windowManager.hyprland.settings = {
|
||||||
workspace = ["1, monitor:eDP-1, default:true"];
|
workspace = ["1, monitor:eDP-1, default:true"];
|
||||||
monitor = ["eDP-1,1920x1080,2560x720,1.50"];
|
monitor = ["eDP-1,1920x1080,2560x720,1.50"];
|
||||||
|
|
|
@ -8,8 +8,10 @@
|
||||||
proton.primary = lib.mkForce false;
|
proton.primary = lib.mkForce false;
|
||||||
outlook.primary = lib.mkForce true;
|
outlook.primary = lib.mkForce true;
|
||||||
};
|
};
|
||||||
wayland.windowManager.hyprland.settings = {
|
wayland.windowManager.sway.config.output = {
|
||||||
misc.force_default_wallpaper = 0;
|
"Dell Inc. DELL P3223QE CCG8YN3" = {
|
||||||
monitor = ["desc:Dell Inc. DELL P3223QE CCG8YN3,highres,0x0,1.5"]; # => 2560x1440
|
pos = "0 0";
|
||||||
|
scale = "1.5";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue