diff options
author | Ben Sima <ben@bsima.me> | 2023-01-01 21:03:21 -0500 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2023-01-01 21:07:38 -0500 |
commit | eeff28113f41fe33bc031fcdde4dca67b26e2ca5 (patch) | |
tree | 77fd7342ca2b32de53726c05046d04402e833b75 | |
parent | 0858e7a3a39ddd2deae128f513fbdedd9edff1b9 (diff) |
fix dpi, i think
Change-Id: Id643cb4cfe8d1ad9e19cfd8faaddaad5f881e3bb
-rw-r--r-- | profiles/laptop.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/laptop.nix b/profiles/laptop.nix index b23e08d..3449b42 100644 --- a/profiles/laptop.nix +++ b/profiles/laptop.nix @@ -46,7 +46,7 @@ position = "0x0"; mode = "1920x1080"; rate = "60.00"; - dpi = 156; + dpi = 166; }; in { |