2009年10月9日 星期五

urxvt 設定

Update 2009/10/26 :用 gcin 在 urxvt 內輸入中文有時可行,有時又沒辦法輸入...不知道問題在哪...
Update 2010/11/14 :修改完 ~/.Xdefaults 還要再用 xrdb -merge ~/.Xdefaults ,接著呼叫 urxvt 才能讀到最新設定

Update 2010/12/26 :設定 geometry,讓內容可以顯示到 80x24

ctrl + shift - down arrow : create new tab
ctrl + shift - left / right arrow : switch between tabs


# lefthaha's ~/.Xdefaults
# after modified, use ` xrdb -merage ~/.Xdefaults ` to reload setting
# then launch `urxvt` again to test

# turn compile xft on
#(copy from arch wiki,may increase performance)
URxvt.buffered: true

# set colors
URxvt.background: black
URxvt.foreground: 7
URxvt.cursorColor: green
URxvt.underlineColor: green

# set transparency
URxvt.transparent: on
URxvt.shading: 40

# set fonts
URxvt.font: xft:DejaVu Sans Mono:pixelsize=16,\
xft:Firefly New Sung Mono:pixelsize=16

# set input method
URxvt.inputMethod: gcin
URxvt.preeditType: Root
URxvt.imLocale: zh_TW.UTF-8

# set tabs
URxvt.perl-ext-common: default,tabbed

# set window size
URxvt.geometry: 86x28

# set clickable URLs
URxvt.perl-ext : default,matcher
URxvt.urlLauncher : /usr/bin/firefox
URxvt.matcher.button : 1

# set misc
URxvt.jumpScroll: True
URxvt.cursorUnderline: True
URxvt.cursorBlink: True



Reference:arch wiki-rxvt-unicoderxvt-unicode man pagefaqArch Linux Forums - Configure My urxvt!

沒有留言: