From ea29f6b8203663edec534b294c50505555062424 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Thu, 4 Feb 2021 14:39:25 +0300 Subject: [PATCH] Explicit fonts configuration --- x/.Xresources | 5 +++++ x/.xinitrc | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/x/.Xresources b/x/.Xresources index 1c29c57..82e6a07 100644 --- a/x/.Xresources +++ b/x/.Xresources @@ -1,3 +1,8 @@ +Xft.dpi: 96 +Xft.hinting: true +Xft.antialias: true +Xft.autohint: false + XTerm.termName: screen-256color XTerm.vt100.internalBorder: 0 XTerm.vt100.faceName: Inconsolata LGC:pixelsize=16:antialias=false:autohint=true diff --git a/x/.xinitrc b/x/.xinitrc index 3707878..0e037b9 100755 --- a/x/.xinitrc +++ b/x/.xinitrc @@ -2,7 +2,7 @@ xsetroot -solid \#222222 & xset b off -# xrdb ~/.Xresources +xrdb ~/.Xresources xmodmap ~/.Xmodmap ~/bin/xstatusbar.sh & rm -f ~/.ssh/agent ; ssh-agent -a ~/.ssh/agent -- 2.44.0