Below is the config I use on my Gentoo system. It is in the file ~./Xdefaults. In my startup scripts I have the line:
Code: Select all
xrdb -merge ~/.Xdefaults
Code: Select all
URxvt*.font: xft:DejaVu Sans Mono:autohint=true:pixelsize=17
URxvt.keysym.Control-Shift-Up: perl:font:increment
URxvt.keysym.Control-Shift-Down: perl:font:decrement
URxvt.perl-ext-common: default,font
!--- General
URxvt.buffered: true
URxvt.urlLauncher: /usr/bin/firefox
URxvt.matcher.button: 1
URxvt.geometry: 100x45
!--- Scrolling
URxvt*.scrollTtyOutput: false
URxvt*.scrollWithBuffer: false
URxvt*.scrollTtyKeypress: true
URxvt.secondaryScroll: true
URxvt*scrollstyle: rxvt
URxvt*saveLines: 20000
URxvt.scrollBar_right: true
URxvt.scrollBar: true
!-- Shading and Fading
URxvt.transparent: true
URxvt.shading: 50
URxvt.blurRadius: 5
URxvt.fading: 30
!--- Tabbing Menu colors
URxvt.tabbed.tabbar-bg: 0
URxvt.tabbed.tabbar-fg: 6
URxvt.tabbed.tab-bg: 0
URxvt.tabbed.tab-fg: 5
!--- Colors
URxvt.background: black
URxvt.underlineColor: #4ad5e1
URxvt.pointerColor: #dc74d1
URxvt.color0: #000000
URxvt.color1: #dc74d1
URxvt.color2: #0eb8c7
URxvt.color3: #dfe37e
URxvt.color5: #9e88f0
URxvt.color6: #73f7ff
URxvt.color7: gray90
URxvt.color8: #8b8f93
URxvt.color9: #dc74d1
URxvt.color10: #0eb8c7
URxvt.color11: #dfe37e
URxvt.color12: #8080ff
URxvt.color13: #9e88f0
URxvt.color14: #73f7ff
URxvt.color15: #e1dddd
URxvt.foreground: #c0e5f1
URxvt.cursorColor: #e0e080