/etc/X11/Xsession.d/60imwheel_start-imwheel is in imwheel 1.0.0pre12-9.
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 | # Starts the imwheel process.
. /etc/X11/imwheel/startup.conf
if [ "$IMWHEEL_START" = "1" ]; then
/usr/bin/imwheel "${IMWHEEL_PARAMS}"
fi
|