diff options
author | Ben Sima <ben@bsima.me> | 2022-11-07 20:48:07 -0500 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2022-11-07 20:48:07 -0500 |
commit | 15dcb4f3eee0d52c6f8f0d62e01a32007631e489 (patch) | |
tree | eff9c44cde3755aa5a9810966a6b5623d5cfc98b /profiles | |
parent | 7ab2000e7ef58afe0dd97c293b2242f27238fa7b (diff) |
Fix size issue on laptop by setting dpi
The other changes served to set fontSize centrally, and adjust it for urxvt
which doesn't behave for some reason.
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/laptop.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/profiles/laptop.nix b/profiles/laptop.nix index c1eab46..cf8b708 100644 --- a/profiles/laptop.nix +++ b/profiles/laptop.nix @@ -46,6 +46,7 @@ position = "0x0"; mode = "1920x1080"; rate = "60.00"; + dpi = 156; }; in { |