我的 urxvt 配置文件 ================== 如下:: ! General URxvt.termNmae: rxvt-unicode-256color URxvt.borderLess:False URxvt.cursorBlink:False URxvt.saveLines:65536 URxvt.scrollBar:True URxvt.scrollBar_right:True URxvt.scrollBar_floating:False URxvt.scrollstyle:plain URxvt.scrollTtyOutput:False URxvt.scrollWithBuffer:True URxvt.scrollTtyKeypress:True URxvt.iconFile: /usr/share/icons/gnome/16x16/apps/terminal.png ! URxvt shortkeys !URxvt.keysym.F11: perl:fullscreen:switch ! Extensions !!!!No white space between extension names URxvt.perl-ext-common: default,matcher URxvt.urlLauncher: firefox URxvt.matcher.button: 1 ! Input Method URxvt.preeditType:OffTheSpot URxvt.inputMethod:fcitx ! Fonts URxvt.font: xft:Bitstream Vera Sans Mono:size=10:atialias=true:hinting=true,xft:文泉驿等宽微米黑:size=10 URxvt.boldfont: xft:Bitstream Vera Sans Mono:bold:size=10:atialias=true:hinting=true, xft:文泉驿等宽微米黑:style=BOld:size=10 ! Colorscheme: Solarized light URxvt.depth:32 URxvt.background: #fdf7e3 URxvt.foreground: #657b83 URxvt.fading: 40 URxvt.fadeColor: #fdf6e3 URxvt.cursorColor: #586e75 URxvt.pointerColorBackground:#93a1a1 URxvt.pointerColorForeground:#586e75 !! black dark/light URxvt.color0: #073642 URxvt.color8: #002b36 !! red dark/light URxvt.color1: #dc322f URxvt.color9: #cb4b16 !! green dark/light URxvt.color2: #859900 URxvt.color10: #586e75 !! yellow dark/light URxvt.color3: #b58900 URxvt.color11: #657b83 !! blue dark/light URxvt.color4: #268bd2 URxvt.color12: #839496 !! magenta dark/light URxvt.color5: #d33682 URxvt.color13: #6c71c4 !! cyan dark/light URxvt.color6: #2aa198 URxvt.color14: #93a1a1 !! white dark/light URxvt.color7: #eee8d5 URxvt.color15: #fdf6e3 参考 ---- 1. `urxvt man page `_ 2. `urxvt in arch wiki `_ 3. `urxvt in awesome wiki `_