Stop setting Xft.dpi option

This commit is contained in:
Evie Litherland-Smith 2024-05-13 16:55:00 +01:00
parent e587d0b9b3
commit e475a72c3e
2 changed files with 0 additions and 2 deletions

View file

@ -15,7 +15,6 @@
"eDP-1".scale = "1.25"; "eDP-1".scale = "1.25";
"Dell Inc. DELL P3223QE CCG8YN3".scale = "1.5"; "Dell Inc. DELL P3223QE CCG8YN3".scale = "1.5";
}; };
xresources.properties."Xft.dpi" = toString (builtins.mul 96 1.5);
services.kanshi = { services.kanshi = {
enable = true; enable = true;
systemdTarget = "sway-session.target"; systemdTarget = "sway-session.target";

View file

@ -15,5 +15,4 @@
scale = "1.5"; scale = "1.5";
}; };
}; };
xresources.properties."Xft.dpi" = toString (builtins.mul 96 1.5);
} }