From 283fd60e0dd9e49600edb5ff8398ab980d3067d5 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Wed, 11 May 2022 01:12:49 +0200 Subject: style(tazjin/nixos/hidpi): Set DPI setting to 161 This results in a much more useful element size. Note that this still does not scale some core UI elements, such as the mouse cursor, at all. Change-Id: I7d4da485f0723740a7228a1561aaf50135c86032 Reviewed-on: https://cl.tvl.fyi/c/depot/+/5575 Reviewed-by: tazjin Autosubmit: tazjin Tested-by: BuildkiteCI --- users/tazjin/nixos/modules/hidpi.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'users/tazjin/nixos') diff --git a/users/tazjin/nixos/modules/hidpi.nix b/users/tazjin/nixos/modules/hidpi.nix index 942798112a..7fa3e41933 100644 --- a/users/tazjin/nixos/modules/hidpi.nix +++ b/users/tazjin/nixos/modules/hidpi.nix @@ -13,5 +13,5 @@ # Bump DPI across the board. # TODO(tazjin): This should actually be set per monitor, but I # haven't yet figured out the right interface for doing that. - services.xserver.dpi = 192; + services.xserver.dpi = 161; } -- cgit 1.4.1