From 5527fccb5a1acd2d14701aebbb1a7e3d20fc9723 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Wed, 28 Oct 2020 17:22:28 -0700 Subject: term: slightly bigger font and proper DPI --- Xresources | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/Xresources b/Xresources index c342f71..3681171 100644 --- a/Xresources +++ b/Xresources @@ -4,12 +4,13 @@ URxvt.saveLines: 32768 URxvt.scrollBar: false URxvt.internalBorder: 1 URxvt.cursorBlink: 0 +URxvt.depth: 32 URxvt.visualBell: off URxvt.perl-ext: selection,mark-yank-urls,cwd-spawn,selection-to-clipboard URxvt.scrollstyle: next -URxvt.font: xft:Source Code Pro:size=10 +URxvt.font: xft:Source Code Pro:size=11 -Xft.dpi: 144 +Xft.dpi: 141 Xft.autohint: 0 Xft.lcdfilter: lcddefault Xft.hintstyle: hintslight @@ -18,5 +19,3 @@ Xft.antialias: 1 Xft.rgba: rgb XTerm.vt100.termName: xterm-256color - - -- cgit 1.4.1