diff options
author | Akshay <[email protected]> | 2025-01-14 17:46:42 +0000 |
---|---|---|
committer | Akshay <[email protected]> | 2025-01-14 17:46:42 +0000 |
commit | f2815e157fcdec51d59b791cb3f7d931014235ea (patch) | |
tree | b06c85de4c6bfd490dae7e6dce81b13023efd21d /x/xft.nix | |
parent | 5514b8f6849c904146d5f4c2fcfff0105f8177e1 (diff) |
mantis: .
Diffstat (limited to 'x/xft.nix')
-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" = 96; | 14 | "Xft.dpi" = 160; |
15 | }; | 15 | }; |
16 | } | 16 | } |