/etc/X11/Xsession.d/55numlockx is in numlockx 1.2-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 | # X session startup script: /etc/X11/Xsession.d/55numlockx
if [ -x /usr/bin/numlockx ]; then /usr/bin/numlockx on || /bin/true; fi
# EOF
|