TOC

我的 xterm 配置

其实我没有怎么用过这个终端模拟器,用的多的还是 GNOME Terminal。
但这个灵活的 X11 终端模拟器,它的名字还是经常能在一些地方碰到的,比如 XShell、PuTTY 的配置中。
除了 xterm 之外,什么 Linux Console、rxvt、vt100、vt220、vt320 之类的,关于终端,可以说的太多。以后如果有空,对这个仔细了解之后再专门写一篇博客说这个吧!

xterm 命令

xrdb -merge ~/.Xresources
xrdb -query
xterm

如果需要重置部分配置,我不知道有什么命令可以做这个事情,只能注销重新登录了 😂

配置

xterm*faceName:             DejaVu Sans Mono:style=Book:antialias=true
xterm*faceNameDoublesize:   Noto Sans CJK SC
xterm*renderFont:           true
xterm*cjk_width:            true
xterm*geometry:             80x25
xterm*dynamicColors:        true
xterm*utf8:                 2
xterm*eightBitInput:        true
xterm*saveLines:            2048
xterm*scrollKey:            true
xterm*scrollTtyOutput:      false
xterm*scrollBar:            true
xterm*rightScrollBar:       true
xterm*jumpScroll:           true
xterm*multiScroll:          true
xterm*toolBar:              false
xterm*Scrollbar*thickness:  10
xterm*Scrollbar*background: black
xterm*Scrollbar*foreground: gray90
xterm*termName:             xterm-256color
xterm*decTerminalID:        vt340

! https://askubuntu.com/questions/237942/how-does-copy-paste-work-with-xterm
xterm*selectToClipboard:    true

! https://futurile.net/2016/06/15/xterm-256color-themes-molokai-terminal-theme/
xterm*background:   rgb:1a/1a/1a
xterm*foreground:   rgb:d6/d6/d6
xterm*cursorColor:  rgb:d6/d6/d6
xterm*color0:       rgb:00/00/00
xterm*color1:       rgb:9e/18/28
xterm*color2:       rgb:00/88/00
xterm*color3:       rgb:96/8a/38
xterm*color4:       rgb:41/41/71
xterm*color5:       rgb:96/3c/59
xterm*color6:       rgb:41/81/79
xterm*color7:       rgb:be/be/be
xterm*color8:       rgb:66/66/66
xterm*color9:       rgb:cf/61/71
xterm*color10:      rgb:7c/bc/8c
xterm*color11:      rgb:ff/f7/96
xterm*color12:      rgb:41/86/be
xterm*color13:      rgb:cf/9e/be
xterm*color14:      rgb:71/be/be
xterm*color15:      rgb:ff/ff/ff