macint0sh

about me

Urxvt配置

29 Apr 2014

Urxvt配置

下载urxvt-tabbedex:

git clone https://github.com/stepb/urxvt-tabbedex.git     
或者 git clone https://github.com/shaggytwodope/tabbedex-urxvt.git       

复制tabbedex/usr/lib/urxvt/perl/目录

修改~/.Xdefaults:

! black
URxvt.color0  : #2E2E34343636
URxvt.color8  : #555557575353
! red
URxvt.color1  : #CCCC00000000
URxvt.color9  : #EFEF29292929
! green
URxvt.color2  : #4E4E9A9A0606
URxvt.color10 : #8A8AE2E23434
! yellow
URxvt.color3  : #C4C4A0A00000
URxvt.color11 : #FCFCE9E94F4F
! blue
URxvt.color4  : #34346565A4A4
URxvt.color12 : #72729F9FCFCF
! magenta
URxvt.color5  : #757550507B7B
URxvt.color13 : #ADAD7F7FA8A8
! cyan
URxvt.color6  : #060698209A9A
URxvt.color14 : #3434E2E2E2E2
! white
URxvt.color7  : #D3D3D7D7CFCF
URxvt.color15 : #EEEEEEEEECEC

URxvt*foreground:White
URxvt*background:[65]#000000
URxvt.depth: 32
!!URxvt.geometry: 182x68
 
! fonts
! run "fc-list" for a list of available fonts
 
URxvt*scrollBar: True
URxvt*scrollBar_right: True
URxvt*scrollBar_floating: False
URxvt*scrollstyle: plain
URxvt*scrollTtyOutput: False
URxvt*scrollTtyKeypress: True
URxvt*secondaryScroll: True

URxvt.cursorColor: #32cd32
URxvt.cursorBlink: True
URxvt.saveLines: 10000

URxvt.perl-ext-common : default,matcher,tabbedex
 
URxvt.urlLauncher     : firefox
URxvt.matcher.button  : 1
URxvt.colorUL         : #C4C4A0A00000
 
URxvt.tabbed.autohide: true

URxvt.tabbedex.tabbar-fg: 5
URxvt.tabbedex.tabbar-bg: 0
URxvt.tabbedex.tab-fg:    14
URxvt.tabbedex.tab-bg:    0
URxvt.tabbedex.autohide:  yes
URxvt.tabbedex.new-button:  no