diff options
author | Franck Cuny <franck@fcuny.net> | 2020-10-01 16:38:13 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2020-10-01 16:38:13 -0700 |
commit | 18ff9c8a0c2c150e20a542776e79f4d58c1bfc9c (patch) | |
tree | 43e56e5f5b40164c935698a37fd56a1860769319 | |
parent | [zsh] add go path (diff) | |
download | emacs.d-18ff9c8a0c2c150e20a542776e79f4d58c1bfc9c.tar.gz |
[desktop] update size of the fonts
-rw-r--r-- | Xresources | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/Xresources b/Xresources index ff2cf7b..c342f71 100644 --- a/Xresources +++ b/Xresources @@ -1,7 +1,3 @@ -Emacs*toolBar: 0 -Emacs*menuBar: 0 -Emacs*verticalScrollBars: off - URxvt.jumpScroll: true URxvt.skipScroll: true URxvt.saveLines: 32768 @@ -11,9 +7,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:DejaVu Sans Mono:size=10 +URxvt.font: xft:Source Code Pro:size=10 -Xft.dpi: 180 +Xft.dpi: 144 Xft.autohint: 0 Xft.lcdfilter: lcddefault Xft.hintstyle: hintslight |