今天向大家介绍一个虚拟终端 rxvt,这是个非常漂亮兼快速的终端(比GNOME的终端快九倍以上),还有一些高亮的功能,谁用谁知道~
下面来介绍一下怎么使用这个终端:
1。安装
sudo apt-get install rxvt-unicode 很简单!
2。配置
gedit $HOME/.Xdefaults
粘贴以下内容后保存!
!!=====================
!! 设置 Xftp.dpi(字体分辨率)
!!=====================
Xft.dpi:96
!!=====================
!! RXVT-unicode setting
!!=====================
Rxvt.background:black R
xvt.foreground:antiquewhite
Rxvt.inheritPixmap: true
Rxvt.colorBD:yellow
Rxvt.colorUL:antiquewhite
Rxvt.scrollBar:False
Rxvt.scrollBar_left:True
Rxvt.scrollBar_floating: False
Rxvt.scrollstyle:next
Rxvt.scrollColor:AntiqueWhite
Rxvt.saveLines:30000
Rxvt.color12:DodgerBlue
Rxvt.font:7x14,xft:Courier
New Rxvt.preeditType:Root
在Ubuntu7.04中设置urxvt作为默认的终端:
打开系统--首选项--首选应用程序---系统---自定义---/usr/bin/urxvt
执行参数用 -e
虚拟终端 rxvt 的使用
内容版权声明:除非注明,否则皆为本站原创文章。
转载注明出处:https://www.heiqu.com/edab0b2fd714169524f1229d8218c912.html