linux下用来用去最好用的终端还是urxvt

这是基于什么标准的?为什么 gnome-terminal 比 xterm 还要好,理论上不是 xterm 最普及么,还是说单純主观上配置难度

很主观,所以说不严谨。主要是显示方面的兼容性。

个人觉得gnome-terminal比xterm兼容性强的地方在于会处理宽度有歧义的字符。其实也有比xterm弱的地方,比如w3m-image就不支持gnome-terminal。gnome-terminal自己设定的TERM名字是xterm-256color,很有意思。

我一直都用xterm,挺好的。

以前用 urxvt,现在改用 Kitty 了~~

没啥追求,觉得konsole挺好用, 支持dbus控制可以实现自动化

这里说xterm最快。。。 我在单独用的时候感觉不出来,开个urxvt,旁边开个uxterm,敲两个命令就感觉出来了

不写终端不知道哪些因素影响速度……

最近又搞了下,alacritty更新了,tree的时候文字有着色了,速度一样。因为兼容性问题,我把urxvt的配置删了,程序还没删,今天跑了下tree,结果速度把我下巴都惊掉了,最慢,慢了4倍。应该是字体的问题。

现在个人保留tilix做主力,alacritty做备用的。vte库的终端速度其实够用了,最后就是看自己需要哪些功能了。

PS: 为什么不能回复别人?

因为论坛软件的限制,回复上一楼是不另外显示回复的用户的。比如我这个回复就是。但正常被回复的人会收到通知

Update:现在开启了。

1 个赞

三年了,还在用urxvt哈哈.

4 个赞

配置


URxvt*externalBorder: 0
URxvt*internalBorder: 2
URxvt*borderLess:     false
URxvt.iso14755:       false
URxvt.iso14755_52:    false
URxvt.scrollBar:      false
urxvt*depth:          32

URxvt.saveLines:      9999
!!-字间距 
URxvt*letterSpace:      -1
URxvt*skipBuiltinGlyphs:  true


URxvt*font:xft:Rec Mono Casual:size=19,xft:UbuntuMono Nerd Font:size=19,xft:Sarasa UI SC:size=19,xft:Noto Emoji Color:size=19




!!perl扩展
URxvt.perl-ext-common: default,matcher,resize-font,url-select,keyboard-select,clipboard,
!URxvt.perl-ext-common: default,matcher,resize-font,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.C-s: perl:keyboard-select:search

!!Matcher
URxvt.url-launcher:firefox
URxvt.matcher.button: 1

!!clipboard
URxvt.clipboard.autocopy: true
!URxvt.keysym.S-c: perl:clipboard:copy
!URxvt.keysym.C-v: perl:clipboard:paste



!theme
*.foreground:  #d4be98
URxvt*.background: #282828
*.cursorColor: #d4be98
!
! Black
*.color0:      #3c3836
*.color8:      #7c6f64
!
! Red
*.color1:      #ea6962
*.color9:      #ea6962
!
! Green
*.color2:      #a9b665
*.color10:     #a9b665
!
! Yellow
*.color3:      #d8a657
*.color11:     #d8a657
!
! Blue
*.color4:      #7daea3
*.color12:     #7daea3
!
! Magenta
*.color5:      #d3869b
*.color13:     #d3869b
!
! Cyan
*.color6:      #89b482
*.color14:     #89b482
!
! White
*.color7:      #d4b398
*.color15:     #d4be98


!Xft settings
Xft.dpi:           120
Xft.antialias:     true
Xft.rgba:          rgb
Xft.hinting:       true
Xft.hintstyle:     hintslight


1 个赞

这是什么字体?

URxvt*font:xft:Rec Mono Casual:size=19,xft:UbuntuMono Nerd Font:size=19,xft:Sarasa UI SC:size=19,xft:Noto Emoji Color:size=19

这里已经写了吧 https://www.recursive.design/

2 个赞

字体是Rec Mono Casual,链接楼上给了

1 个赞

我一直不明白终端有好用不好用的,速度快?配置简单?有说xterm的,有说urxvt的,我用xfce自带的terminal感觉也没啥不好的。