From 994be297da91a9720996e18cd9c648a3005ee3f8 Mon Sep 17 00:00:00 2001 From: Thomas Ruoff Date: Sat, 29 Sep 2018 20:37:02 +0200 Subject: [PATCH] higher dpi for new screen on t430s --- x11/.Xresources | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/x11/.Xresources b/x11/.Xresources index c4bdc64..edb65a2 100644 --- a/x11/.Xresources +++ b/x11/.Xresources @@ -3,11 +3,13 @@ ! Xft settings !------------------------------------------------------------------------------- -Xft.dpi: 96 -Xft.antialias: true -Xft.rgba: rgb -Xft.hinting: true -Xft.hintstyle: hintslight +Xft.dpi: 112 +Xft.autohint: false +Xft.lcdfilter: lcddefault +Xft.hintstyle: hintfull +Xft.hinting: true +Xft.antialias: true +Xft.rgba: rgb URxvt*depth: 32 URxvt*geometry: 90x30