summaryrefslogtreecommitdiff
path: root/dotfiles
diff options
context:
space:
mode:
Diffstat (limited to 'dotfiles')
-rw-r--r--dotfiles/Xresources6
1 files changed, 5 insertions, 1 deletions
diff --git a/dotfiles/Xresources b/dotfiles/Xresources
index 898f460..3132165 100644
--- a/dotfiles/Xresources
+++ b/dotfiles/Xresources
@@ -8,6 +8,10 @@
Xft.dpi: DPI
#endif
+#ifndef URXVT_FONT_SIZE
+#define URXVT_FONT_SIZE 12
+#endif
+
URxvt.color9: tomato
URxvt.color10: spring green
URxvt.color11: yellow
@@ -22,7 +26,7 @@ URxvt.transparent: true
URxvt.fading: 30
URxvt.shading: 20
URxvt.borderColor: yellow
-URxvt.font: xft:DejaVu Sans Mono:style=regular:pixelsize=12,xft:IPAMincho
+URxvt.font: xft:DejaVu Sans Mono:style=regular:pixelsize=URXVT_FONT_SIZE,xft:IPAMincho
URxvt.scrollBar: true
URxvt.scrollBar_right: true
URxvt.scrollTTYOutput: true