页次: 1
我英文字體用的是的Monaco,然後發現終端裏面的中文字體好爛啊。難道不能設置fallback字體嗎?
离线
我之前用的Ubuntu Mono字体,中英文都显示正常,后来系统升级不知道从什么时候中文就显示不正常了,后来把字体换成wenquanyi的,只能完整的将汉字显示出来了,没有什么字体的感觉,而且换其它字体,好像中文的字体都一样。。也不知道什么原因
最近编辑记录 chriswongxp (2018-08-23 16:39:55)
离线
我之前用的Ubuntu Mono字体,中英文都显示正常,后来系统升级不知道从什么时候中文就显示不正常了,后来把字体换成wenquanyi的,只能完整的将汉字显示出来了,没有什么字体的感觉,而且换其它字体,好像中文的字体都一样。。也不知道什么原因
我已经放弃Urxvt转投Termite了。用了两天,并没有感觉到Urxvt相比Termite有什么明显优势。
最近编辑记录 Chugle (2018-08-23 21:51:46)
离线
!! $HOME/.Xresources
!! Input Method
URxvt.preeditType: Root
!URxvt.inputMethod: fcitx
!! Display
URxvt.depth: 32
URxvt.transparent: True
URxvt.shading: 16
!! Colors (Based on Tomorrow Night Bright)
URxvt.foreground: #EAEAEA
URxvt.background: #000000
URxvt.colorBD: #FFFFFF
URxvt.colorUL: #B9CA4A
! Black / Grey
URxvt.color0: #000000
URxvt.color8: #666666
! Red / Bright Red
URxvt.color1: #D54E53
URxvt.color9: #FF3334
! Green + Bright Green
URxvt.color2: #B9CA4A
URxvt.color10: #9EC400
! Yellow (Orange) + Bright Yellow (Yellow)
URxvt.color3: #E78C45
URxvt.color11: #E7C547
! Blue + Bright Blue
URxvt.color4: #7AA6DA
URxvt.color12: #7AA6DA
! MAGENTA (PURPLE) + BRIGHT MAGENTA
URxvt.color5: #C397D8
URxvt.color13: #B777E0
! Cyan (Aqua) + Bright Cyan
URxvt.color6: #70C0B1
URxvt.color14: #54CED6
! Light Grey (Selection) + White (Current Line)
URxvt.color7: #424242
URxvt.color15: #2A2A2A
!! URL Operations
URxvt.url-launcher: firefox
URxvt.matcher.button: 1
URxvt.perl-ext-common: default,matcher
!! Scollbar
URxvt.scrollBar: False
URxvt.scrollBar_floating: False
!! Scoll
URxvt.mouseWheelScrollPage: True
URxvt.scrollstyle: plain
URxvt.scrollTtyKeypress: True
URxvt.scrollTtyOutput: False
URxvt.scrollWithBuffer: True
URxvt.saveLines: 3000
!! Cursor
URxvt.cursorBlink: True
!! Border
URxvt.borderLess: False
!! Fonts
Xft.dpi: 96
!URxvt.letterSpace: -1
URxvt.font: xft:DejaVu Sans Mono:style=Regular:antialias=True:pixelsize=16,xft:WenQuanYi Micro Hei Mono:style=Regular:pixelsize=16
URxvt.boldFont: xft:DejaVu Sans Mono:style=Bold:antialias=True:pixelsize=16,xft:WenQuanYi Micro Hei Mono:style=Bold:pixelsize=16
到处乱抄的
喜欢小魔仙的男孩纸
离线
!! $HOME/.Xresources !! Input Method URxvt.preeditType: Root !URxvt.inputMethod: fcitx !! Display URxvt.depth: 32 URxvt.transparent: True URxvt.shading: 16 !! Colors (Based on Tomorrow Night Bright) URxvt.foreground: #EAEAEA URxvt.background: #000000 URxvt.colorBD: #FFFFFF URxvt.colorUL: #B9CA4A ! Black / Grey URxvt.color0: #000000 URxvt.color8: #666666 ! Red / Bright Red URxvt.color1: #D54E53 URxvt.color9: #FF3334 ! Green + Bright Green URxvt.color2: #B9CA4A URxvt.color10: #9EC400 ! Yellow (Orange) + Bright Yellow (Yellow) URxvt.color3: #E78C45 URxvt.color11: #E7C547 ! Blue + Bright Blue URxvt.color4: #7AA6DA URxvt.color12: #7AA6DA ! MAGENTA (PURPLE) + BRIGHT MAGENTA URxvt.color5: #C397D8 URxvt.color13: #B777E0 ! Cyan (Aqua) + Bright Cyan URxvt.color6: #70C0B1 URxvt.color14: #54CED6 ! Light Grey (Selection) + White (Current Line) URxvt.color7: #424242 URxvt.color15: #2A2A2A !! URL Operations URxvt.url-launcher: firefox URxvt.matcher.button: 1 URxvt.perl-ext-common: default,matcher !! Scollbar URxvt.scrollBar: False URxvt.scrollBar_floating: False !! Scoll URxvt.mouseWheelScrollPage: True URxvt.scrollstyle: plain URxvt.scrollTtyKeypress: True URxvt.scrollTtyOutput: False URxvt.scrollWithBuffer: True URxvt.saveLines: 3000 !! Cursor URxvt.cursorBlink: True !! Border URxvt.borderLess: False !! Fonts Xft.dpi: 96 !URxvt.letterSpace: -1 URxvt.font: xft:DejaVu Sans Mono:style=Regular:antialias=True:pixelsize=16,xft:WenQuanYi Micro Hei Mono:style=Regular:pixelsize=16 URxvt.boldFont: xft:DejaVu Sans Mono:style=Bold:antialias=True:pixelsize=16,xft:WenQuanYi Micro Hei Mono:style=Bold:pixelsize=16
到处乱抄的
按照你的配置改了下,就是字体选项由原来的只有一种字体改成了两种字体,现在中文显示正常了,下面是我的配置:
!!颜色设置
URxvt.depth:32
!!中括号内数表示透明度
URxvt.background:[70]#000000
!URxvt.foreground:#ffffff
URxvt.foreground:#f2eaca
!Black
URxvt.color0:#000000
URxvt.color8:#555753
!Red
URxvt.color1:#CC0000
URxvt.color9:#EF2929
!Green
URxvt.color2:#4E9A06
URxvt.color10:#8AE234
!Yellow
URxvt.color3:#C4A000
URxvt.color11:#FCE94F
!Blue
URxvt.color4:#3465A4
URxvt.color12:#729FCF
!Magenta
URxvt.color5:#75507B
URxvt.color13:#AD7FA8
!Cyan
URxvt.color6:#06989A
URxvt.color14:#34E2E2
!White
URxvt.color7:#D3D7CF
URxvt.color15:#EEEEEC
!!滚动条设置
URxvt.scrollBar:False
!!URxvt.scrollBar_right:True
!!URxvt.scrollBar_floating:False
!!URxvt.scrollstyle:plain
!!滚屏设置
!!URxvt.mouseWheelScrollPage:True
URxvt.scrollTtyOutput:False
URxvt.scrollWithBuffer:True
URxvt.scrollTtyKeypress:True
!!光标闪烁
URxvt.cursorBlink:True
URxvt.saveLines:8000
!!边框
URxvt.borderLess:False
!! 字体设置
Xft.dpi: 96
!!URxvt.letterSpace: -1
URxvt.font: xft:Ubuntu Mono:style=Regular:antialias=True:pixelsize=16,xft:WenQuanYi Micro Hei Mono:style=Regular:pixelsize=16
URxvt.boldFont: xft:Ubuntu Mono:style=Bold:antialias=True:pixelsize=16,xft:WenQuanYi Micro Hei Mono:style=Bold:pixelsize=16
!! perl扩展:支持Ctrl+ALT+C拷贝,支持终端链接可打开,支持快捷键调整字体大小
URxvt.perl-ext-common: selection-to-clipboard,matcher,resize-font,searchable-scrollback
URxvt.perl-ext: url-select
!!URL操作
URxvt.url-launcher: /usr/bin/vivaldi-stable
URxvt.matcher.button: 1
!!URxvt.matcher.rend.0: Uline Bold fg5
URxvt.matcher.rend.0: Uline Bold
URxvt.colorUL: #ff0000
URxvt.keysym.M-u: perl:url-select:select_next
URxvt.url-select.launcher: /usr/local/bin/conkeror
URxvt.url-select.underline: true
URxvt.resize-font.smaller: C-Down
URxvt.resize-font.bigger: C-Up
!! 打开搜索功能
URxvt.keysym.M-s: searchable-scrollback:start
最近编辑记录 chriswongxp (2018-09-10 10:56:36)
离线
页次: 1