| 12345678910111213141516171819202122232425262728293031323334353637383940414243 | 
							- URxvt.mapAlert:             true
 - 
 - !## extensions
 - URxvt.perl-ext-common:      default,selection
 - URxvt.tabbed.tab-fg:        7
 - URxvt.tabbed.tab-bg:        0
 - URxvt.tabbed.tabbar-fg:     4
 - 
 - !## transparency
 - URxvt.inheritPixmap:        true
 - !URxvt.tintColor:            red
 - URxvt.shading:              20
 - URxvt.depth:                32
 - URxvt.fading:               30
 - 
 - !## clicks
 - URxvt.mouseWheelScrollPage: false
 - URxvt.tripleclickwords:     true
 - URxvt.hold:                 false
 - 
 - !## scroll set
 - URxvt.scrollBar:            true
 - URxvt.scrollBar_right:      true
 - URxvt.scrollBar_floating:   true
 - URxvt.scrollstyle:          plain
 - URxvt.scrollWithBuffer:     true
 - URxvt.scrollTtyOutput:      false
 - URxvt.scrollTtyKeypress:    true
 - URxvt.saveLines:            1048576
 - 
 - !## cursor & pointer
 - URxvt.cursorUnderline:      false
 - URxvt.cursorBlink:          true
 - URxvt.pointerBlankDelay:    999999999
 - 
 - !## let C-arrows behave like in other terms
 - URxvt.keysym.Control-Up:    \033[1;5A
 - URxvt.keysym.Control-Down:  \033[1;5B
 - URxvt.keysym.Control-Left:  \033[1;5D
 - URxvt.keysym.Control-Right: \033[1;5C
 - 
 - !## whistles & bells
 - URxvt.urgentOnBell:         true
 
 
  |