From 2bf7769933b7d411f0e4f6e79dc6eb65241447a1 Mon Sep 17 00:00:00 2001 From: Quentin Duchemin Date: Fri, 3 May 2024 20:09:10 +0200 Subject: [PATCH] Try 100 DPI on all environments --- .Xresources | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.Xresources b/.Xresources index 47323a4..fadab56 100644 --- a/.Xresources +++ b/.Xresources @@ -1,7 +1,7 @@ !*dpi is used by i3WM !See https://i3wm.org/docs/userguide.html#xresources -*dpi: 120 -Xft.dpi: 120 +*dpi: 100 +Xft.dpi: 100 Xft.autohint: 0 Xft.lcdfilter: lcddefault Xft.hintstyle: hintfull