diff options
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 - - |