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);
hardware.nvidiaOptimus.disable = true;
services.physlock = {
enable = true;
allowAnyUser = true;

View file

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

View file

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