diff options
author | Akshay <[email protected]> | 2023-01-22 03:55:24 +0000 |
---|---|---|
committer | Akshay <[email protected]> | 2023-01-22 03:55:24 +0000 |
commit | d328d8acc452f1d22dd6395e82e616aa4605fd38 (patch) | |
tree | 9b1fc5f3b5fc355cdd179e203f522ea528f8ea6b /x | |
parent | 563855b35d41305eb9647d687f5e57af6e66ac14 (diff) |
rework sizing; enable powertop
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" = 288; | 14 | "Xft.dpi" = 192; |
15 | }; | 15 | }; |
16 | } | 16 | } |