|
x11-terms/rxvt-unicode
Available versions: 9.07 9.07-r1 (~)9.07-r2 {afterimage blink iso14755 perl truetype +vanilla wcwidth xterm-color}
Installed versions: 9.07-r2(10:29:54 PM 06/01/2010)(afterimage perl truetype wcwidth xterm-color -blink -iso14755 -vanilla)
Homepage: http://software.schmorp.de/pkg/rxvt-unicode.html
Description: rxvt clone with xft and unicode support
- ! ~/.Xdefaults
- ! normal settings
- !Xft.dpi: 102
- !Xft.antialias: true
- !Xft.rgba: rgb
- !Xft.hinting: true
- !Xft.hintstyle: hintslight
- !! URxvt Setting
- ! color
- ! http://phraktured.net/terminal-colors/
- urxvt.background: rgb:00/00/00
- urxvt.foreground: rgb:a8/a8/a8
- urxvt.color0: rgb:00/00/00
- urxvt.color1: rgb:a8/00/00
- urxvt.color2: rgb:00/a8/00
- urxvt.color3: rgb:a8/54/00
- urxvt.color4: rgb:00/00/a8
- urxvt.color5: rgb:a8/00/a8
- urxvt.color6: rgb:00/a8/a8
- urxvt.color7: rgb:a8/a8/a8
- urxvt.color8: rgb:54/50/54
- urxvt.color9: rgb:f8/54/50
- urxvt.color10: rgb:50/fc/50
- urxvt.color11: rgb:f8/fc/50
- urxvt.color12: rgb:50/54/f8
- urxvt.color13: rgb:f8/54/f8
- urxvt.color14: rgb:50/fc/f8
- urxvt.color15: rgb:f8/fc/f8
- ! urxvt appearence settings
- urxvt.iconFile:/home/michael/.config/openbox/urxvt/terminal.png
- !urxvt.transparent: true
- urxvt.backgroundPixmap:/home/michael/.config/openbox/urxvt/I_Like_It_Black.png
- urxvt.geometry: 90x25+180+200
- urxvt.cursorColor:red3
- urxvt.scrollBar:False
- urxvt.saveLines:3000
- ! open URL in browser
- urxvt.urlLauncher:firefox
- urxvt.matcher.button: 1
- urxvt.perl-ext-common: default,matcher
- ! normal font
- urxvt.font:xft:DejaVu Sans Mono:pixelsize=13:antialias=true,xft:Microsoft YaHei:pixelsize=12:antialias=true
- ! bold font
- urxvt.boldFont:xft:DejaVu Sans Mono:pixelsize=13:Bold:antialias=true,xft:Microsoft YaHei:pixelsize=12:Bold:antialias=true
- ! input method
- urxvt.imFont:xft:Microsoft YaHei
- urxvt.inputMethod:ibus
- urxvt.preeditType:OverTheSpot
复制代码 |
|