some urxvt additions

This commit is contained in:
Thomas Ruoff
2012-04-04 23:33:41 +02:00
parent 090193096f
commit 58c724df65

View File

@@ -32,7 +32,8 @@ URxvt*boldFont: xft:terminus:bold:pixelsize=15
! Scrollbar
URxvt.scrollStyle: rxvt
URxvt.scrollBar: false
URxvt.scrollBar: true
URxvt.scrollBar_right: true
! Perl extensions
URxvt.perl-ext-common: default,matcher
@@ -47,6 +48,14 @@ URxvt.cursorUnderline: false
! Pointer
URxvt.pointerBlank: true
! scrollback buffer lines - 65535 is max on most machines (64 is default)
URxvt*saveLines: 65536
! Create a dump of the content of the terminal in /tmp
! <PRINT> : current screen
! <CTRL>+<PRINT> : current screen and scrollbackbuffer
URxvt.print-pipe: cat > $(echo /tmp/urxvt.dump.$(date +'%Y-%m-%d--%H:%M:%S'))
!!Source http://github.com/altercation/solarized
*background: #002b36