All patches and comments are welcome. Please squash your changes to logical
commits before using git-format-patch and git-send-email to
patches@git.madduck.net.
If you'd read over the Git project's submission guidelines and adhered to them,
I'd be especially grateful.
   2 Rxvt.urgentOnBell:             true
 
   4 #if X_RESOLUTION > 3780
 
   6                                xft:Inconsolata Nerd Font Mono:style=Regular:size=17:antialias=true:autohint=true,\
 
   7                                xft:DejaVuSansM Nerd Font Mono:style=Regular:size=17:antialias=true:autohint=true,\
 
   8                                xft:Bitstream Vera Sans Mono:size=17:antialias=true:autohint=true,\
 
   9                                xft:Noto Mono:size=16:antialias=true:autohint=true,\
 
  10                                -misc-fixed-medium-r-normal--17-120-100-100-c-0-iso10646-1
 
  13                                xft:Inconsolata Nerd Font Mono:style=Regular:size=14:antialias=true:autohint=true,\
 
  14                                xft:DejaVuSansM Nerd Font Mono:style=Regular:size=13:antialias=true:autohint=true,\
 
  15                                xft:Bitstream Vera Sans Mono:size=14:antialias=true:autohint=true,\
 
  16                                xft:Noto Mono:size=14:antialias=true:autohint=true,\
 
  17                                -misc-fixed-medium-r-normal--14-130-75-75-c-70-iso10646-1
 
  21 URxvt.keysym.C-equal:          font-size:increase
 
  22 URxvt.keysym.C-minus:          font-size:decrease
 
  23 URxvt.keysym.C-plus:           font-size:incglobal
 
  24 URxvt.keysym.C-underscore:     font-size:decglobal
 
  25 URxvt.keysym.C-0:              font-size:reset
 
  26 URxvt.keysym.C-backslash:      font-size:show
 
  28 Rxvt.background:               white
 
  29 Rxvt.foreground:               black
 
  33 Rxvt.utmpInhibit:              true
 
  35 Rxvt.colorBD:                  darkblue
 
  39 URxvt.dynamicColors:           on
 
  41 Rxvt.scrollBar_right:          true
 
  43 Rxvt.scrollTtyOutput:          false
 
  44 Rxvt.scrollTtyKeypress:        true
 
  45 Rxvt.scrollWithBuffer:         false
 
  47 URxvt.scrollstyle:             plain
 
  48 URxvt.secondaryScroll:         true
 
  49 URxvt.print-pipe:              cat > $(mktemp /tmp/$(date +%Y-%m-%d-%H%M%S)-urxvt_XXXXXX.txt)
 
  51 URxvt.keysym.MC-s:             searchable-scrollback:start
 
  52 !The following is required due to #839770
 
  53 URxvt.keysym.M-s:              builtin:
 
  57 URxvt.cutchars:                "\`\"'&()*,;<=>?@[]^{|}⇝·/:"
 
  63 URxvt.perl-ext-common:         default,matcher,confirm-paste,-readline,font-size
 
  65 URxvt.keysym.C-Return:         matcher:select
 
  66 URxvt.keysym.MC-Return:        matcher:last
 
  67 URxvt.matcher.rend.0:          Uline
 
  68 URxvt.matcher.pattern.1:       \\B(\.?/\\S+?)\072(\\d+)\\b
 
  69 URxvt.matcher.launcher.1:      x-terminal-emulator -e vim +$2 $1
 
  70 URxvt.matcher.rend.1:          Uline
 
  71 !URxvt.matcher.pattern.2:       \\B\043(\\d{6})\\b
 
  72 !URxvt.matcher.launcher.2:      sensible-browser http://bugs.debian.org/$1
 
  73 !URxvt.matcher.rend.2:          Uline
 
  76 // URxvt.background:              rgba:0000/0000/0000/dddd
 
  77 URxvt.transparent:             false
 
  79 URxvt.termName:                 rxvt-unicode-256color
 
  81 URxvt.keysym.A-t:               eval:{ use POSIX qw(strftime); $self->{term}->tt_write_user_input($self->{term}->locale_encode(POSIX::strftime("%F", localtime))) }
 
  82 URxvt.keysym.A-T:               eval:{ use POSIX qw(strftime); $self->{term}->tt_write_user_input($self->{term}->locale_encode(POSIX::strftime("%F-%H%M%S", localtime))) }
 
  84 irc.keysym.A-t:                 builtin:
 
  85 irc.keysym.A-T:                 builtin: