2 个赞
URxvt*externalBorder: 0
URxvt*internalBorder: 2
URxvt*borderLess: false
URxvt.iso14755: false
URxvt.iso14755_52: false
URxvt.scrollBar: false
urxvt*depth: 32
URxvt.saveLines: 10000
!!-字间距
URxvt*letterSpace: -1
URxvt*skipBuiltinGlyphs: true
URxvt*font:xft:Iosevka Nerd Font:pixelsize=19,xft:Hack Nerd Font:pixelsize=19,xft:Noto Serif CJK SC:pixelsize=19
!!禁用粗体
!!URxvt*boldFont:xft:Iosevka Nerd Font:pixelsize=19,xft:Hack Nerd Font:pixelsize=19,xft:Noto Serif CJK SC:pixelsize=19
!!perl扩展
URxvt.perl-ext-common: default,matcher,resize-font,url-select,keyboard-select
URxvt.colorUL: #8be9fd
!!url-select
URxvt.keysym.C-u: perl:url-select:select_next
!!浏览器
URxvt.url-select.launcher: firefox
URxvt.url-select.underline: true
!!font-resize(Ctrl-j,Ctrl-k)
URxvt.resize-font.smaller:C-j
URxvt.resize-font.bigger: C-k
!!keyboard-select(Alt+Esc):
URxvt.keysym.M-Escape: perl:keyboard-select:activate
URxvt.keysym.M-s: perl:keyboard-select:search
!!Matcher
URxvt.url-launcher:firefox
URxvt.matcher.button: 1
!theme
*.foreground: #d9e6f2
URxvt*.background: [80]#000000
*.cursorColor: #d9e6f2
!
! Black
*.color0: #000000
*.color8: #555
!
! Red
*.color1: #b87a7a
*.color9: #dbbdbd
!
! Green
*.color2: #7ab87a
*.color10: #bddbbd
!
! Yellow
*.color3: #b8b87a
*.color11: #dbdbbd
!
! Blue
*.color4: #7a7ab8
*.color12: #bdbddb
!
*.color5: #f3c1ff
*.color13: #dbbddb
!
! Cyan
*.color6: #7ab8b8
*.color14: #bddbdb
!
! White
*.color7: #d9d9d9
*.color15: #ffffff
!!Xft settings
Xft.dpi: 96
Xft.antialias: true
Xft.rgba: rgb
Xft.hinting: true
Xft.hintstyle: hintslight
2 个赞
现在支持真彩了吗?
没完全支持,只能近似
1 个赞
我使用的是Manjaro系统,默认的也是urxvt终端。感觉还可以。
你这什么系统。
ArchLinux啊
可以改成 emacs 键位吗,C-x 0 1 2 3
不支持 fontconifg 的离好用差得远。
最好用的当然是 alacritty
啦!
3 个赞
我用上了xst,感觉比urxvt好用,支持真彩。
内存消耗怎么样?我现在用terminator和rxvt,但是terminator内存消耗太大了。
非常轻量,真的是极简。其他功能反正tmux下都有
st没urxvt丝滑,总感觉卡卡的
1 个赞
酷啊(紫薯布丁)
好的,我去试一下,我对terminal没什么要求,只要支持中文,支持缩放字体大小,可以真彩就行了。
urxvt速度应该是第一的,不过字体很难搞,只是说勉强能用。 最近试用了多个终端,最后觉得能用的几个,不严谨的排名。
速度排名如下:
urxvt > gnome-terminal = alacritty > xterm
兼容性排名如下:
gnome-terminal > xterm > alacritty > urxvt
最后说下alacritty。号称速度第一,个人觉得可能有水分。没研究它们的真实对比,看到网上很多用time tree来证明alacritty速度快。实际上alacritty只是没对tree出来的文件及文件名进行着色。如果alacritty + byobu,tree就会着色,速度就跟gnome-terminal几乎一样,而gnome-terminal + byobu并不会损失性能。CPU占有方面,跟速度排名正相关。
1 个赞