rename for consistency, raised scroll back buffer

This commit is contained in:
finga 2016-01-26 11:18:57 +01:00
parent 3fbed4802b
commit a39f2b2cfd

View file

@ -2,32 +2,32 @@
URxvt*termName: rxvt URxvt*termName: rxvt
! - color scheme ! - color scheme
urxvt.background: #000000 URxvt.background: #000000
urxvt.foreground: #CCCCCC URxvt.foreground: #CCCCCC
! black + red ! black + red
urxvt*color0: #000000 URxvt*color0: #000000
urxvt*color1: #e01010 URxvt*color1: #e01010
! green + yellow ! green + yellow
urxvt*color2: #00AA00 URxvt*color2: #00AA00
urxvt*color3: #FFFF00 URxvt*color3: #FFFF00
! blue + purple ! blue + purple
urxvt*color4: #112037 URxvt*color4: #112037
urxvt*color5: #A020F0 URxvt*color5: #A020F0
! cyan + white ! cyan + white
urxvt*color6: #5B5BC7 URxvt*color6: #5B5BC7
urxvt*color7: #fefefe URxvt*color7: #fefefe
! bright-black + bright-red ! bright-black + bright-red
urxvt*color8: #6a6a6a URxvt*color8: #6a6a6a
urxvt*color9: #FF5555 URxvt*color9: #FF5555
! bright-green + bright-yellow ! bright-green + bright-yellow
urxvt*color10: #90EE90 URxvt*color10: #90EE90
urxvt*color11: #ffff2f URxvt*color11: #ffff2f
! bright-blue + bright-purple ! bright-blue + bright-purple
urxvt*color12: #5B5BC7 URxvt*color12: #5B5BC7
urxvt*color13: #e628ba URxvt*color13: #e628ba
! bright-cyan + bright-white ! bright-cyan + bright-white
urxvt*color14: #7D7DFB URxvt*color14: #7D7DFB
urxvt*color15: #ffffff URxvt*color15: #ffffff
! - bell on urgent ! - bell on urgent
URxvt.urgentOnBell: true URxvt.urgentOnBell: true
@ -35,6 +35,9 @@ URxvt.urgentOnBell: true
! - kill scrollbar ! - kill scrollbar
URxvt.scrollBar: false URxvt.scrollBar: false
! - raise scroll back buffer
URxvt*saveLines: 65535
! - clickable urls ! - clickable urls
URxvt.perl-ext-common: default,matcher URxvt.perl-ext-common: default,matcher
URxvt.urlLauncher: /usr/bin/conkeror URxvt.urlLauncher: /usr/bin/conkeror