Skip to content

Commit

Permalink
rustboro: improve font size and display scaling
Browse files Browse the repository at this point in the history
  • Loading branch information
alyraffauf committed Jan 20, 2025
1 parent 5a84989 commit 3ac3e1a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion hosts/rustboro/home.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
sharedModules = [
{
myHome = {
desktop.hyprland.laptopMonitors = ["desc:LG Display 0x0569,preferred,auto,1.25"];
desktop.hyprland.laptopMonitors = ["desc:LG Display 0x0569,preferred,auto,1.0"];
laptopMode = true;
};
}
Expand Down
8 changes: 4 additions & 4 deletions hosts/rustboro/stylix.nix
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@
};

sizes = {
applications = 11;
desktop = 10;
popups = 11;
terminal = 12;
applications = 14;
desktop = 12;
popups = 12;
terminal = 13;
};
};

Expand Down

0 comments on commit 3ac3e1a

Please sign in to comment.