Update monitor scaling values
This commit is contained in:
parent
2f3451dfa3
commit
7e129097b2
|
@ -1,13 +1 @@
|
||||||
{...}: {
|
{...}: {wayland.windowManager.hyprland.settings.monitor = ["eDP-1,preferred,1920x0,1.00"];}
|
||||||
wayland.windowManager.hyprland.settings = {
|
|
||||||
windowrule = [
|
|
||||||
"monitor desc:Acer Technologies ED270R TJMEE0043W01,[Ss]team"
|
|
||||||
"monitor desc:Ancor Communications Inc VS278 FALMQS032358,WebCord"
|
|
||||||
];
|
|
||||||
monitor = [
|
|
||||||
"eDP-1,preferred,1920x0,1.25"
|
|
||||||
"desc:Acer Technologies ED270R TJMEE0043W01,highrr,0x0,1.00,vrr,2"
|
|
||||||
"desc:Ancor Communications Inc VS278 FALMQS032358,preferred,-1920x0,1.00,vrr,0"
|
|
||||||
];
|
|
||||||
};
|
|
||||||
}
|
|
||||||
|
|
|
@ -1,20 +1,5 @@
|
||||||
{
|
{pkgs, ...}: {
|
||||||
config,
|
imports = [../Scorch/home.nix];
|
||||||
lib,
|
|
||||||
pkgs,
|
|
||||||
...
|
|
||||||
}: {
|
|
||||||
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}")];
|
||||||
programs.git.userEmail = config.accounts.email.accounts.outlook.address;
|
wayland.windowManager.hyprland.settings.monitor = ["eDP-1,1920x1080,2560x576,1.00"];
|
||||||
accounts.email.accounts = {
|
|
||||||
proton.primary = lib.mkForce false;
|
|
||||||
outlook.primary = lib.mkForce true;
|
|
||||||
};
|
|
||||||
wayland.windowManager.hyprland.settings = {
|
|
||||||
misc.force_default_wallpaper = 0;
|
|
||||||
monitor = [
|
|
||||||
"eDP-1,1920x1080,2560x576,1.25" # => 1536x864
|
|
||||||
"desc:Dell Inc. DELL P3223QE CCG8YN3,highres,0x0,1.5" # => 2560x1440
|
|
||||||
];
|
|
||||||
};
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -1 +1,15 @@
|
||||||
{...}: {imports = [../Ronin/home.nix];}
|
{
|
||||||
|
config,
|
||||||
|
lib,
|
||||||
|
...
|
||||||
|
}: {
|
||||||
|
programs.git.userEmail = config.accounts.email.accounts.outlook.address;
|
||||||
|
accounts.email.accounts = {
|
||||||
|
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
|
||||||
|
};
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue