Setting: Disable DPI aware.

This commit is contained in:
Dmitry Voronin 2024-06-23 14:48:11 +03:00
parent 016354bf1e
commit d4deff9c99
Signed by: voronind
SSH key fingerprint: SHA256:3kBb4iV2ahufEBNq+vFbUe4QYfHt98DHQjN7QaptY9k
3 changed files with 3 additions and 9 deletions

View file

@ -1,14 +1,8 @@
{ lib, ... }: {
{ ... }: {
imports = [
./Fprint.nix
];
# Keyd Print to Macro remap.
services.keyd.keyboards.default.settings.main.print = "layer(layer_macro)";
# Reduce font size.
stylix.fonts.sizes = {
applications = lib.mkForce 10;
terminal = lib.mkForce 8;
};
}

View file

@ -23,7 +23,7 @@ in {
fonts = {
sizes = {
applications = 12;
terminal = 12;
terminal = 14;
popups = 12;
desktop = 14;
};

View file

@ -4,7 +4,7 @@
ollama.primaryModel = "llama3";
browser.bin = "firefox-esr";
terminal.bin = "foot";
dpiAware = true;
dpiAware = false;
sysctrl = "print";
keyboard = {