<p>Hello all</p><p>I installed lightdm from AUR and I want to add above numlock on script to Display-manager.</p><div class="codebox"><pre><code>if [ -x /usr/bin/numlockx ]; then
      /usr/bin/numlockx on
fi</code></pre></div><p>I have these in etc/lightdm/{key.conf, lightdm-gtk-greeter.conf, lightdm.conf, users.conf}.</p><p>to which one should i add this scrip.</p>