diff options
author | Franck Cuny <franck@fcuny.net> | 2020-09-23 17:44:13 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2020-09-23 17:44:13 -0700 |
commit | f3889cbe59dd49ed829a34c11bf23f8c494a0dc6 (patch) | |
tree | 12139289e072b71235bfee1114fa206db39b89f6 /Xresources | |
parent | xsession: use Berkeley's lat/long (diff) | |
download | emacs.d-f3889cbe59dd49ed829a34c11bf23f8c494a0dc6.tar.gz |
fonts: let's use DejaVu where possible
Also use 180 for the DPI.
Diffstat (limited to 'Xresources')
-rw-r--r-- | Xresources | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Xresources b/Xresources index dae0e3f..ff2cf7b 100644 --- a/Xresources +++ b/Xresources @@ -11,9 +11,9 @@ URxvt.cursorBlink: 0 URxvt.visualBell: off URxvt.perl-ext: selection,mark-yank-urls,cwd-spawn,selection-to-clipboard URxvt.scrollstyle: next -URxvt.font: xft:Bitstream Vera Sans Mono:size=10 +URxvt.font: xft:DejaVu Sans Mono:size=10 -Xft.dpi: 192 +Xft.dpi: 180 Xft.autohint: 0 Xft.lcdfilter: lcddefault Xft.hintstyle: hintslight |