虚拟终端 rxvt 的使用
今天向大家介绍一个虚拟终端 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
下面来介绍一下怎么使用这个终端:
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
相关推荐
86530296 2020-11-10
周游列国之仕子 2020-09-21
88540591 2020-06-16
89411051 2020-06-14
mjshldcsd 2020-06-14
88384957 2020-06-12
84590091 2020-06-08
88540591 2020-06-04
88540591 2020-06-01
81214051 2020-06-01
84590091 2020-05-03
81214051 2020-04-25
honghao0 2020-04-24
84590091 2020-04-22
85271041 2020-04-10
88384957 2020-03-27
85271041 2020-03-08