diff options
author | sinanmohd <sinan@sinanmohd.com> | 2024-08-28 15:57:14 +0530 |
---|---|---|
committer | sinanmohd <sinan@sinanmohd.com> | 2024-08-28 16:17:01 +0530 |
commit | 1f85635197a521329ffb7b5b37820fece5a6d9c6 (patch) | |
tree | 37b67eac4f7d0b0da0e1bbc0f6d394e12d102276 /global/cez | |
parent | 85d20e8e0fb967496777c75f6dcfb66f9687549f (diff) |
home/cez/wayland: use fractional scaling
Diffstat (limited to 'global/cez')
-rw-r--r-- | global/cez/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/global/cez/default.nix b/global/cez/default.nix index f4fca99..0463acb 100644 --- a/global/cez/default.nix +++ b/global/cez/default.nix @@ -1,6 +1,6 @@ { ... }: { global.font = { - sans.size = 13; - monospace.size = 18; + sans.size = 10; + monospace.size = 13; }; } |