Better hidpi settings yet

This commit is contained in:
Cyryl Płotnicki 2019-07-15 22:01:34 +01:00
parent 35a7315b77
commit bc979d6603
3 changed files with 3 additions and 5 deletions

View file

@ -105,6 +105,8 @@ in
}; };
powerManagement.cpuFreqGovernor = (lib.mkForce null); powerManagement.cpuFreqGovernor = (lib.mkForce null);
hardware.nvidiaOptimus.disable = true;
services.physlock = { services.physlock = {
enable = true; enable = true;
allowAnyUser = true; allowAnyUser = true;

View file

@ -27,7 +27,6 @@ in
]; ];
home.sessionVariables = { home.sessionVariables = {
TERMINAL="alacritty"; TERMINAL="alacritty";
QT_AUTO_SCREEN_SCALE_FACTOR="1";
}; };
imports = [ imports = [

View file

@ -62,9 +62,6 @@ in
programs.autorandr = { programs.autorandr = {
enable = true; enable = true;
hooks.postswitch = {
"notify-i3" = "''${pkgs.i3}/bin/i3-msg restart";
};
profiles = { profiles = {
"foureighty-alone" = { "foureighty-alone" = {
@ -76,7 +73,7 @@ in
enable = true; enable = true;
primary = true; primary = true;
mode = "2560x1440"; mode = "2560x1440";
dpi = 192; dpi = 144;
}; };
}; };
}; };