aboutsummaryrefslogtreecommitdiff
path: root/x
diff options
context:
space:
mode:
authorAkshay <[email protected]>2023-01-21 17:00:11 +0000
committerAkshay <[email protected]>2023-01-21 17:00:11 +0000
commit563855b35d41305eb9647d687f5e57af6e66ac14 (patch)
treec3ddb9608d09663e02c94fbce00c4eb7c6701e7a /x
parent147b6f12adf59eaa699ebb3d56d2f1c6dfb26c48 (diff)
up dpi
Diffstat (limited to 'x')
-rw-r--r--x/xft.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/x/xft.nix b/x/xft.nix
index 74ea87d..30fed14 100644
--- a/x/xft.nix
+++ b/x/xft.nix
@@ -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}