/etc/X11/app-defaults/URxvt is in rxvt-unicode 9.22-1+b1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 | ! System-wide defaults for rxvt-unicode
!
! PLEASE NOTE: URxvt.* resources set here will override users' Rxvt.*
! resources. Edit with care.
! Uncomment to use the historical terminfo entry
!URxvt.termName: rxvt
! Uncomment for color/font settings like in Debian's uxterm
!URxvt.font: -misc-fixed-medium-r-semicondensed--13-120-75-75-c-60-iso10646-1
!URxvt.color0: black
!URxvt.color1: red3
!URxvt.color2: green3
!URxvt.color3: yellow3
!URxvt.color4: DodgerBlue1
!URxvt.color5: magenta3
!URxvt.color6: cyan3
!URxvt.color7: gray90
!URxvt.color8: gray50
!URxvt.color9: red
!URxvt.color10: green
!URxvt.color11: yellow
!URxvt.color12: SteelBlue1
!URxvt.color13: magenta
!URxvt.color14: cyan
!URxvt.color15: white
!URxvt.colorUL: white
!URxvt.colorBD: yellow
!URxvt.reverseVideo: true
! Examples for custom keysyms overrides
!URxvt.keysym.KP_Up: ^[[A
!URxvt.keysym.KP_Right: ^[[C
!URxvt.keysym.KP_Left: ^[[D
!URxvt.keysym.KP_Down: ^[[B
!URxvt.keysym.KP_Insert: ^[[2~
!URxvt.keysym.KP_Delete: ^[[3~
!URxvt.keysym.KP_Add: +
!URxvt.keysym.KP_Subtract: -
!URxvt.keysym.KP_Multiply: *
!URxvt.keysym.KP_Divide: /
!URxvt.keysym.KP_Enter: ^M
! Uncomment for aterm-like scrolling keys
!URxvt.keysym.Shift-Up: command:\033]720;1\007
!URxvt.keysym.Shift-Down: command:\033]721;1\007
|