summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--x/.Xresources6
1 files changed, 4 insertions, 2 deletions
diff --git a/x/.Xresources b/x/.Xresources
index c460775..9f3c9bc 100644
--- a/x/.Xresources
+++ b/x/.Xresources
@@ -14,7 +14,9 @@ URxvt.scrollTtyOutput: false
14URxvt.scrollWithBuffer: true 14URxvt.scrollWithBuffer: true
15URxvt.scrollTtyKeypress: true 15URxvt.scrollTtyKeypress: true
16 16
17URxvt.font: xft:Hermit:pixelsize=12, xft:DejaVu Sans Mono:pixelsize:12 17URxvt.font: xft:Hermit:style=Medium:size=9.5:antialias=true,xft:DejaVu Sans Mono:size=9.5:style=Medium:antialias=true
18URxvt.boldFont: xft:Hermit:size=9.5:style=Bold:antialias=true
19URxvt.italicFont: xft:Hermit:size=9.5:style=Italic:antialias=true
18URxvt.letterSpace: 1 20URxvt.letterSpace: 1
19urxvt*termName: rxvt 21urxvt*termName: rxvt
20urxvt*scrollBar: false 22urxvt*scrollBar: false
@@ -28,7 +30,7 @@ Xft*hintstyle: hintfull
28URxvt*cursorUnderline: true 30URxvt*cursorUnderline: true
29Xft*rgba: rgb 31Xft*rgba: rgb
30URxvt*geometry: 85x20 32URxvt*geometry: 85x20
31*internalBorder: 10 33*internalBorder: 15
32URxvt*fading: 0 34URxvt*fading: 0
33URxvt*tintColor: #ffffff 35URxvt*tintColor: #ffffff
34URxvt*shading: 0 36URxvt*shading: 0