diff options
author | Franck Cuny <franck@fcuny.net> | 2020-10-28 17:22:28 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2020-10-28 17:22:28 -0700 |
commit | 5527fccb5a1acd2d14701aebbb1a7e3d20fc9723 (patch) | |
tree | 351a1ddb44aa124cb30a5304f9f9b68d61ca6f89 /Xresources | |
parent | mpd: install mpd on linux (diff) | |
download | emacs.d-5527fccb5a1acd2d14701aebbb1a7e3d20fc9723.tar.gz |
term: slightly bigger font and proper DPI
Diffstat (limited to '')
-rw-r--r-- | Xresources | 7 |
1 files 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 - - |