diff options
author | Alan Pearce | 2017-09-23 17:36:11 +0200 |
---|---|---|
committer | Alan Pearce | 2017-09-23 17:36:11 +0200 |
commit | 9a875c4c1da6dc78fc78ddc9262106c52788f65f (patch) | |
tree | b47ead7382adf9d851a4fcdc24cb51deb394bf96 /xresources | |
parent | 8e49ad077c69d1bee7358f916f9046a3340558ec (diff) | |
download | dotfiles-9a875c4c1da6dc78fc78ddc9262106c52788f65f.tar.lz dotfiles-9a875c4c1da6dc78fc78ddc9262106c52788f65f.tar.zst dotfiles-9a875c4c1da6dc78fc78ddc9262106c52788f65f.zip |
xresources: Tweak font sizes again...
Diffstat (limited to 'xresources')
-rw-r--r-- | xresources/.xresources/main | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/xresources/.xresources/main b/xresources/.xresources/main index ae64641..821392d 100644 --- a/xresources/.xresources/main +++ b/xresources/.xresources/main @@ -22,17 +22,17 @@ URxvt.scrollTtyKeypress: true URxvt.saveLines: 16384 URxvt.secondaryScroll: false -URxvt.font: xft:monospace:size=11 -URxvt.boldFont: xft:monospace:bold:size=11 +URxvt.font: xft:monospace:size=10 +URxvt.boldFont: xft:monospace:bold:size=10 URxvt.intensityStyles: true URxvt.pointerBlank: true URxvt.pointerBlankDelay: 987654321 URxvt.letterSpace: 0 -Emacs.Font: monospace-11 -Emacs.fixed-pitch.attributeFont: monospace-11 -Emacs.variable-pitch.attributeFont: sans-11 +Emacs.Font: monospace-10 +Emacs.fixed-pitch.attributeFont: monospace-10 +Emacs.variable-pitch.attributeFont: sans-10 ! Local Variables: ! compile-command: (concat "xrdb -merge " (shell-quote-argument buffer-file-name)) |