aboutsummaryrefslogtreecommitdiff
path: root/x
diff options
context:
space:
mode:
authorAkshay <[email protected]>2023-01-22 03:55:24 +0000
committerAkshay <[email protected]>2023-01-22 03:55:24 +0000
commitd328d8acc452f1d22dd6395e82e616aa4605fd38 (patch)
tree9b1fc5f3b5fc355cdd179e203f522ea528f8ea6b /x
parent563855b35d41305eb9647d687f5e57af6e66ac14 (diff)
rework sizing; enable powertop
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 30fed14..32a1957 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" = 288; 14 "Xft.dpi" = 192;
15 }; 15 };
16} 16}