
urxvt的配置文件: ~/.Xdefaults
! urxvt color set
URxvt.background: #0E0E08
URxvt.foreground: #CBCB7A
!Black
URxvt.color0: #000000
URxvt.color8: #555753
!Red
URxvt.color1: #CC0000
URxvt.color9: #EF2929
!Green
URxvt.color2: #4E9A06
URxvt.color10: #8AE234
!Yellow
URxvt.color3: #C4A000
URxvt.color11: #FCE94F
!Blue
URxvt.color4: #3465A4
URxvt.color12: #729FCF
!Magenta
URxvt.color5: #75507B
URxvt.color13: #AD7FA8
!Cyan
URxvt.color6: #06989A
URxvt.color14: #34E2E2
!White
URxvt.color7: #D3D7CF
URxvt.color15: #EEEEEC
! font set
!URxvt.font:xft:dejavu sans mono:pixelsize=12:antialias=false,xft:wenquanyi zenhei:pixelsize=13
URxvt.font:xft:dejavu sans mono:pixelsize=14:antialias=false,xft:wenquanyi zenhei:pixelsize=14
!URxvt.boldFont:xft:wenquanyi zenhei:pixelsize=13:Bold
! Input Method set
!URxvt.inputMethod:fcitx
!URxvt.imFont:Liberation Mono
!URxvt.preeditType: Root
! window geometry set
URxvt.geometry: 100x25
URxvt.title:Rxvt-Unicode
! bg transparent set
!URxvt.inheritPixmap: true
!URxvt.tintCddolor: white
!URxvt.shading: 80
! Tab set
!URxvt.perl-ext-common: default,tabbed
!URxvt.tabbed.tab-fg: 12
!URxvt.tabbed.tab-bg: 0
!URxvt.tabbed.tabbar-fg: 4
!Rxvt.menu:/etc/X11/rxvt.menu
!Rxvt.preeditType:Root
!Rxvt.transparency:255
! 开启标签功能
!URxvt.perl-ext-common: default,tabbed
!与screen结合
URxvt.secondaryScroll: true
URxvt.scrollTtyOutput: False
URxvt.scrollTtyKeypress: True
URxvt.scrollWithBuffer: True
!定制
!URxvt.termName:aybh
URxvt.title:jian
! scroll set
!URxvt.scrollBar:false
URxvt.scrollBar_right:True
URxvt.scrollBar_floating:True
URxvt.scrollstyle:plain
!URxvt.scrollWithBuffer:false
URxvt.saveLines:20000
screen的配置文件:~/.screenrc
escape ^J^J
#caption always "%?%F%{-b 4w}%:%{-b bb}%? %H | %l | %m-%d %c |%?%F%{-b 4w}%?%L=%-Lw%45>%{-b w4}%n%f* %t%{-}%+Lw%-0<"
startup_message off
#
## ~/.screenrc
##
#
## 启动时不显示欢迎屏幕
#startup_message off
#
## 定义screen的功能键为Ctrl-Z。向终端输入Ctrl-Z时应按 Ctrl-Z z。
#escape ^Zz
#
## 屏幕缓冲区 1024 行。
defscrollback 1024
#
## 在最下一行显示窗口列表和时钟
hardstatus on
hardstatus alwayslastline
hardstatus string "%{.bW}%-w%{.rY}%n %t%{-}%+w %=%{..G} %H(%l) %{..Y} %Y/%m/%d %c:%s "
#
## 关闭错误提示
vbell off
#
## 按 Ctrl-j w 或 Ctrl-j Ctrl-W 显示窗口列表
bind w windowlist -b
bind ^w windowlist -b

0 评论:
发表评论