Stop setting Xft.dpi option
This commit is contained in:
parent
e587d0b9b3
commit
e475a72c3e
|
@ -15,7 +15,6 @@
|
|||
"eDP-1".scale = "1.25";
|
||||
"Dell Inc. DELL P3223QE CCG8YN3".scale = "1.5";
|
||||
};
|
||||
xresources.properties."Xft.dpi" = toString (builtins.mul 96 1.5);
|
||||
services.kanshi = {
|
||||
enable = true;
|
||||
systemdTarget = "sway-session.target";
|
||||
|
|
|
@ -15,5 +15,4 @@
|
|||
scale = "1.5";
|
||||
};
|
||||
};
|
||||
xresources.properties."Xft.dpi" = toString (builtins.mul 96 1.5);
|
||||
}
|
||||
|
|
Reference in a new issue