Remove most uses of fractional scaling

Only keep scaling for work 4K monitor.

Increase font sizes across the board for better usability.
This commit is contained in:
Evie Litherland-Smith 2024-09-17 14:20:11 +01:00
parent 74c9d012c9
commit 51b81c2d3c

View file

@ -4,7 +4,6 @@
home-manager.users.${username} = {
home.packages = [ pkgs.prusa-slicer ];
wayland.windowManager.sway.config = {
output."eDP-1".scale = "1.25";
workspaceOutputAssign = [
{
output = "eDP-1";
@ -21,7 +20,6 @@
outputs = [
{
criteria = "eDP-1";
scale = 1.25;
position = "0,0";
}
];