summary refs log tree commit diff stats
path: root/xresources
diff options
context:
space:
mode:
authorAlan Pearce2017-09-22 12:53:20 +0200
committerAlan Pearce2017-09-22 12:53:20 +0200
commit1a78e00c483b7d100b15f96c277a8b9a71d99848 (patch)
tree1c5504d8dcbde65f86dcc9cda27d8d29fca31604 /xresources
parent82f8655d5348c558258dbab154b20980cd2646c6 (diff)
downloaddotfiles-1a78e00c483b7d100b15f96c277a8b9a71d99848.tar.lz
dotfiles-1a78e00c483b7d100b15f96c277a8b9a71d99848.tar.zst
dotfiles-1a78e00c483b7d100b15f96c277a8b9a71d99848.zip
Balance font sizes between setups correctly
Diffstat (limited to 'xresources')
-rw-r--r--xresources/.xresources/main10
1 files changed, 5 insertions, 5 deletions
diff --git a/xresources/.xresources/main b/xresources/.xresources/main
index 0e1e802..7d14a66 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=10
-URxvt.boldFont:           xft:monospace:bold:size=10
+URxvt.font:               xft:monospace:size=11
+URxvt.boldFont:           xft:monospace:bold:size=11
 URxvt.intensityStyles:    true
 
 URxvt.pointerBlank:       true
 URxvt.pointerBlankDelay:  987654321
 URxvt.letterSpace:        0
 
-Emacs.Font:                         monospace-10
-Emacs.fixed-pitch.attributeFont:    monospace-10
-Emacs.variable-pitch.attributeFont: sans-10
+Emacs.Font:                         monospace-11
+Emacs.fixed-pitch.attributeFont:    monospace-11
+Emacs.variable-pitch.attributeFont: sans-11
 
 ! Local Variables:
 ! compile-command: (concat "xrdb -merge " (shell-quote-argument buffer-file-name))