1 ! vim: fdm=marker 2 ! 修改了这个文件,必须$xrdb .Xdefaults让配置生效 3 4 !! RXVT setting /*{{{*/ 5 !! Color 6 !URxvt.background:black 7 URxvt.background: [0]#000000 8 !URxvt.foreground:gray60 9 !URxvt.foreground:white 10 URxvt.foreground: #ffffff 11 !URxvt.geometry: 85x30+180+200 12 URxvt.colorBD:yellow 13 URxvt.colorUL:green 14 URxvt.cursorColor:red3 15 URxvt.color0:black 16 URxvt.color1:red3 17 URxvt.color2:springgreen 18 URxvt.color3:wheat3 19 URxvt.color4:navy 20 URxvt.color5:magenta4 21 URxvt.color6:steelblue1 22 URxvt.color7:gray85 23 URxvt.color8:gray10 24 URxvt.color9:orangered2 25 URxvt.color10:chartreuse3 26 URxvt.color11:lightgoldenrod2 27 URxvt.color12:skyblue1 28 URxvt.color13:pink1 29 URxvt.color14:lightblue1 30 URxvt.underlineColor: yellow 31 !urxvt typical 32 URxvt.cutchars: "`\"()';@?=,*<>[]{|}" 33 !Scroll 34 URxvt.scrollBar: true 35 URxvt.scrollBar_right: true 36 URxvt.scrollBar_floating: true 37 URxvt.scrollstyle: plain 38 URxvt.saveLines: 8192 39 !滚屏设置 40 URxvt.mouseWheelScrollPage:true 41 URxvt.scrollTtyoutput: False 42 URxvt.scrollWithBuffer: true 43 URxvt.scrollTtyKeypress: true 44 !cursor blink 45 URxvt.cursorBlink:true 46 !边框 47 URxvt.borderLess: false 48 !fonts 49 URxvt.font: \ 50 xft:DejaVu Sans Mono:size=8, \ 51 xft:WenQuanYi MicroHei Mono:pixelsize=12 52 URxvt.boldfont: \ 53 xft:DejaVu Sans Mono:size=8, \ 54 xft:WenQuanYi MicroHei Mono:pixelsize=12 55 !Xft.dpi:96 56 !URxvt.font:xft:WenQuanYi Micro Hei Mono:size=10:style=Regular:antialias=true,xft:WenQuanYi Micro Hei Mono:size=9:style=Regular:antialias=true 57 !URxvt.boldfont:xft:WenQuanYi Micro Hei Mono:size=10:style=BOld:antialias=true,xft:WenQuanYi Micro Hei Mono:size=9:style=Bold:antialias=true 58 !URxvt.font:xft:Dejavu Sans Mono-10,xft:WenQuanYi Bitmap Song-10 59 !URxvt.boldFont:xft:Dejavu Sans Mono-10:Bold,xft:WenQuanYi Bitmap Song-10:Bold 60 61 !italicFont and boldItalicFont undefined 62 !URxvt.font: xft:Luxi Mono:regular:antialias=True:pixelsize=15, 63 !URxvt.font: xft:Monaco:medium:autohint=True:size=10, \ 64 ! xft:DejaVu Sans Mono:book:autohint=True:size=10, \ 65 ! xft:wenquanyi bitmap song:medium:pixelsize=15:antialias=True 66 !URxvt.boldFont: xft:Luxi Mono:bold:antialias=True:pixelsize=15, 67 !URxvt.boldFont: xft:Monaco:bold:autohint=True:size=10, \ 68 ! xft:DejaVu Sans Mono:bold:autohint=True:size=10, \ 69 ! xft:wenquanyi bitmap song:bold:pixelsize=15:antialias=True 70 71 72 !Input Method 73 URxvt.inputMethod: ibus 74 !URxvt.preeditType: OverTheSpot 75 !URxvt.imFont: WenQuanYi Bitmap Song 76 !Open URLs in firefox tabbar 77 !!支持tab 78 ! tab切换:shift+left/shift+right 79 ! 移动tab:ctrl+left/ctrl+right 80 ! 新建tab:shift+down 81 URxvt.perl-ext-common: default,matcher,tabbed 82 URxvt.urlLauncher: /usr/bin/firefox 83 URxvt.matcher.button: 1 84 85 /*}}}*/
Tuesday, July 15, 2008
urxvt配置
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment