From 415bb26c8f845a0a4493ba1aab022236428d9f8a Mon Sep 17 00:00:00 2001 From: Kacper Donat Date: Sun, 4 Feb 2024 16:44:27 +0100 Subject: [PATCH] xorg: Set dpi to more standard one - 96 --- .Xdefaults | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.Xdefaults b/.Xdefaults index 4a195ef..84bc551 100644 --- a/.Xdefaults +++ b/.Xdefaults @@ -10,7 +10,7 @@ URxvt.internalBorder: 6 URxvt.fading: 40 URxvt.fadeColor: [50]#000000 -Xft.dpi: 102 +Xft.dpi: 96 Xft.antialias: true Xft.rgba: none Xft.hinting: hintfull