This file is indexed.

/usr/share/kde4/config.kcfg/kosd.kcfg is in kosd 0.8.1-1.

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
<?xml version="1.0" encoding="UTF-8"?>
<kcfg xmlns="http://www.kde.org/standards/kcfg/1.0"
      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
      xsi:schemaLocation="http://www.kde.org/standards/kcfg/1.0
                          http://www.kde.org/standards/kcfg/1.0/kcfg.xsd" >
  <kcfgfile name="kosdrc"/>
  <group name="kosd">
    <entry name="Type" type="Int">
      <label>The type of the OSD.</label>
      <default>0</default>
      <min>0</min>
      <max>1</max>
    </entry>
    <entry name="HPos" type="Int">
      <label>The relative horizontal position of the OSD.</label>
      <default>50</default>
      <min>0</min>
      <max>100</max>
    </entry>
    <entry name="VPos" type="Int">
      <label>The relative horizontal position of the OSD.</label>
      <default>70</default>
      <min>0</min>
      <max>100</max>
    </entry>
    <entry name="Opacity" type="Int">
      <label>The opacity of the OSD when compositing is enabled.</label>
      <default>80</default>
      <min>1</min>
      <max>100</max>
    </entry>
    <entry name="Timeout" type="Double">
      <label>The duration in seconds that the OSD stays visible.</label>
      <default>1.0</default>
      <min>0.1</min>
      <max>10.0</max>
    </entry>
    <entry name="PrimaryScreen" type="Bool">
      <label>If checked the OSD will always be shown on the primary screen. If not checked the OSD will be shown on the screen currently under the cursor.</label>
      <default>true</default>
    </entry>
  </group>
</kcfg>