mirror of
https://github.com/tomru/DotfilesOld.git
synced 2026-03-03 06:27:21 +01:00
some urxvt additions
This commit is contained in:
11
Xdefaults
11
Xdefaults
@@ -32,7 +32,8 @@ URxvt*boldFont: xft:terminus:bold:pixelsize=15
|
|||||||
|
|
||||||
! Scrollbar
|
! Scrollbar
|
||||||
URxvt.scrollStyle: rxvt
|
URxvt.scrollStyle: rxvt
|
||||||
URxvt.scrollBar: false
|
URxvt.scrollBar: true
|
||||||
|
URxvt.scrollBar_right: true
|
||||||
|
|
||||||
! Perl extensions
|
! Perl extensions
|
||||||
URxvt.perl-ext-common: default,matcher
|
URxvt.perl-ext-common: default,matcher
|
||||||
@@ -47,6 +48,14 @@ URxvt.cursorUnderline: false
|
|||||||
! Pointer
|
! Pointer
|
||||||
URxvt.pointerBlank: true
|
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
|
!!Source http://github.com/altercation/solarized
|
||||||
|
|
||||||
*background: #002b36
|
*background: #002b36
|
||||||
|
|||||||
Reference in New Issue
Block a user