This file is indexed.

/usr/share/kde4/apps/kconf_update/kwin_remove_delay_focus.sh is in kde-window-manager-common 4:4.11.8-0ubuntu6.

This file is owned by root:root, with mode 0o755.

The actual contents of the file can be viewed below.

1
2
3
4
#!/bin/sh
if ! `kreadconfig --file kwinrc --group Windows --key DelayFocus --default false` && [ `kreadconfig --file kwinrc --group Windows --key DelayFocusInterval --default 0` != 0 ]; then
    kwriteconfig --file kwinrc --group Windows --key DelayFocusInterval 0
fi