! General options
URxvt.buffered: true
URxvt.background: black
URxvt.foreground: white
URxvt.cursorColor: green
URxvt.underlineColor: yellow
URxvt.inheritPixmap: false
URxvt*font: xft:Terminus:size=10:antialias=false
URxvt.boldFont: xft:Terminus:size=10:antialias=false
URxvt.title: urxvt
URxvt*scrollBar:                false
#URxvt*scrollBar_floating:       true
#URxvt*scrollBar_right:  true
#URxvt*scrollstyle: rxvt
#URxvt*scrollColor:        #000000
URxvt*saveLines:                5500

! urxvt with link(matcher) and tab (tabbed) module: add matcher,tabbed
URxvt.perl-ext-common: default,matcher,tabbed

! url clickable
URxvt.urlLauncher:	firefox
URxvt.matcher.button:	0
URxvt*matcher.pattern.1: \\b(mailto|http|https|ftp|file):[/]*[\\w-]\\.[\\w./?&@#-]*[\\w/-]
URxvt*matcher.pattern.2: \\bwww\\.[\\w-]\\.[\\w./?&@#-]*[\\w/-]

! Colors and tab options
URxvt.tabbed.tabbar-fg: 8
URxvt.tabbed.tabbar-bg: 0
URxvt.tabbed.tab-fg:    7
URxvt.tabbed.tab-bg:    0

! Home/End keys
URxvt*keysym.Home: \033[1~
URxvt*keysym.End: \033[4~ 
