From d74c8ca4f22c93d70f8b6d7d64921a3afc345959 Mon Sep 17 00:00:00 2001 From: kj-sh604 Date: Tue, 1 Oct 2024 19:00:03 -0400 Subject: refactor: use default DPI scale --- .Xresources | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.Xresources') diff --git a/.Xresources b/.Xresources index f11f0c6..9f25f8d 100644 --- a/.Xresources +++ b/.Xresources @@ -1,6 +1,6 @@ ! Font options - ~/.fonts.conf seems to override this ! Resolution for Xft in dots per inch (e.g. 96) -Xft.dpi: 80 +Xft.dpi: 96 ! Type of subpixel antialiasing (none, rgb, bgr, vrgb or vbgr) Xft.rgba: rgb Xft.antialias: 1 -- cgit v1.2.3