summary refs log tree commit diff
path: root/Xresources
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2020-10-28 17:22:28 -0700
committerFranck Cuny <franck@fcuny.net>2020-10-28 17:22:28 -0700
commit5527fccb5a1acd2d14701aebbb1a7e3d20fc9723 (patch)
tree351a1ddb44aa124cb30a5304f9f9b68d61ca6f89 /Xresources
parentmpd: install mpd on linux (diff)
downloademacs.d-5527fccb5a1acd2d14701aebbb1a7e3d20fc9723.tar.gz
term: slightly bigger font and proper DPI
Diffstat (limited to '')
-rw-r--r--Xresources7
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
-
-