diff options
author | Akshay <[email protected]> | 2023-01-21 17:00:11 +0000 |
---|---|---|
committer | Akshay <[email protected]> | 2023-01-21 17:00:11 +0000 |
commit | 563855b35d41305eb9647d687f5e57af6e66ac14 (patch) | |
tree | c3ddb9608d09663e02c94fbce00c4eb7c6701e7a /x | |
parent | 147b6f12adf59eaa699ebb3d56d2f1c6dfb26c48 (diff) |
up dpi
Diffstat (limited to 'x')
-rw-r--r-- | x/xft.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,6 +11,6 @@ | |||
11 | "Xft.hintstyle" = "hintslight"; | 11 | "Xft.hintstyle" = "hintslight"; |
12 | "Xft.hinting" = true; | 12 | "Xft.hinting" = true; |
13 | "Xft.rgba" = "rgb"; | 13 | "Xft.rgba" = "rgb"; |
14 | "Xft.dpi" = 110; | 14 | "Xft.dpi" = 288; |
15 | }; | 15 | }; |
16 | } | 16 | } |