diff --git a/Xdefaults b/Xdefaults index 2509950..731e9b4 100644 --- a/Xdefaults +++ b/Xdefaults @@ -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 +! : current screen +! + : 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