This file is indexed.

/etc/X11/app-defaults/Xfd is in x11-utils 7.7+2.

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
*internalBorderWidth: 0
*showGrip: false

*grid.borderWidth: 0

*quit.Label: Quit
*prev.Label: Prev
*next.Label: Next
*prev16.Label: -16
*next16.Label: +16

*select.Label: Select a character
*metrics.Label:
*select.Justify: center
*metrics.Justify: center
*range.Justify: left
*start.Justify: left

*quit.Translations:  #override \
		<Btn1Down>,<Btn1Up>: Quit() unset()
*next16.Translations:  #override \
		<Btn1Down>,<Btn1Up>: Next16() unset()
*next.Translations:  #override \
		<Btn1Down>,<Btn1Up>: Next() unset()
*prev.Translations:  #override \
		<Btn1Down>,<Btn1Up>: Prev() unset()
*prev16.Translations:  #override \
		<Btn1Down>,<Btn1Up>: Prev16() unset()

*Translations: #override \n\
<Key>q: Quit()\n\
Ctrl <Key>n: Next()\n\
Ctrl <Key>p: Prev()