aboutsummaryrefslogtreecommitdiff
path: root/x/xft.nix
diff options
context:
space:
mode:
authorAkshay <[email protected]>2024-08-26 11:42:32 +0100
committerAkshay <[email protected]>2024-08-26 11:42:32 +0100
commite2f704d2f1e1ee4ecc678112af05927ce5a3db39 (patch)
treeaff0bd8e0f78ffc292a481aa39f7bc3e74429387 /x/xft.nix
parent5c68dbde55056cb8bd05c0ff862b6f2ed8336719 (diff)
misc
Diffstat (limited to 'x/xft.nix')
-rw-r--r--x/xft.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/x/xft.nix b/x/xft.nix
index 32a1957..e4479e1 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" = 192; 14 # "Xft.dpi" = 96;
15 }; 15 };
16} 16}